Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ lastKey
Method
lastKey
corpus/java/training/guava/collect/Maps.java:3975–3978 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3973
}
3974
3975
@Override
3976
public
K lastKey() {
3977
return
forward().firstKey();
3978
}
3979
3980
@Override
3981
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