Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ lastKey
Method
lastKey
classpath/java/util/TreeMap.java:68–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
@Override
69
public
K lastKey() {
70
return
set.last().key;
71
}
72
73
@Override
74
public
SortedMap<K, V> headMap(K toKey) {
Callers
nothing calls this directly
Calls
1
last
Method · 0.65
Tested by
no test coverage detected