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:932–935 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
930
}
931
932
@Override
933
public
K lastKey() {
934
return
backingSet().last();
935
}
936
}
937
938
@GwtIncompatible
// NavigableMap
Callers
nothing calls this directly
Calls
2
backingSet
Method · 0.95
last
Method · 0.45
Tested by
no test coverage detected