Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ lastKey
Method
lastKey
output/java_guava/1.4.19/Maps.java:4045–4048 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4043
}
4044
4045
@Override
4046
public
K lastKey() {
4047
return
forward().firstKey();
4048
}
4049
4050
@Override
4051
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