Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ tailSet
Method
tailSet
output/java_guava/1.4.17/Maps.java:3754–3757 ·
view source on GitHub ↗
(K fromElement)
Source
from the content-addressed store, hash-verified
3752
}
3753
3754
@Override
3755
public
SortedSet<K> tailSet(K fromElement) {
3756
return
new
SortedKeySet<K, V>(map().tailMap(fromElement));
3757
}
3758
3759
@Override
3760
public
K first() {
Callers
nothing calls this directly
Calls
2
map
Method · 0.95
tailMap
Method · 0.45
Tested by
no test coverage detected