Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ lastKey
Method
lastKey
output/java_guava/1.4.17/ImmutableSortedMap.java:635–638 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
633
}
634
635
@Override
636
public
K lastKey() {
637
return
keySet().last();
638
}
639
640
private
ImmutableSortedMap<K, V> getSubMap(
int
fromIndex,
int
toIndex) {
641
if
(fromIndex == 0 && toIndex == size()) {
Callers
nothing calls this directly
Calls
2
keySet
Method · 0.95
last
Method · 0.45
Tested by
no test coverage detected