Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ tailMap
Method
tailMap
output/java_guava/1.4.17/Maps.java:951–954 ·
view source on GitHub ↗
(K fromKey)
Source
from the content-addressed store, hash-verified
949
}
950
951
@Override
952
public
SortedMap<K, V> tailMap(K fromKey) {
953
return
asMap(backingSet().tailSet(fromKey), function);
954
}
955
956
@Override
957
public
K firstKey() {
Callers
nothing calls this directly
Calls
3
backingSet
Method · 0.95
asMap
Method · 0.65
tailSet
Method · 0.45
Tested by
no test coverage detected