Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ tailMap
Method
tailMap
corpus/java/training/guava/collect/Maps.java:922–925 ·
view source on GitHub ↗
(K fromKey)
Source
from the content-addressed store, hash-verified
920
}
921
922
@Override
923
public
SortedMap<K, V> tailMap(K fromKey) {
924
return
asMap(backingSet().tailSet(fromKey), function);
925
}
926
927
@Override
928
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