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:2105–2108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2103
}
2104
2105
@Override
2106
public
K lastKey() {
2107
return
fromMap().lastKey();
2108
}
2109
2110
@Override
2111
public
SortedMap<K, V2> subMap(K fromKey, K toKey) {
Callers
nothing calls this directly
Calls
2
fromMap
Method · 0.95
lastKey
Method · 0.45
Tested by
no test coverage detected