Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ lastKey
Method
lastKey
output/java_guava/1.4.18/Maps.java:4041–4044 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4039
}
4040
4041
@Override
4042
public
K lastKey() {
4043
return
forward().firstKey();
4044
}
4045
4046
@Override
4047
public
Entry<K, V> lowerEntry(K key) {
Callers
5
lastKey
Method · 0.45
last
Method · 0.45
lastKey
Method · 0.45
last
Method · 0.45
firstKey
Method · 0.45
Calls
2
forward
Method · 0.95
firstKey
Method · 0.45
Tested by
no test coverage detected