Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ tailSet
Method
tailSet
corpus/java/training/guava/collect/Maps.java:3691–3694 ·
view source on GitHub ↗
(K fromElement)
Source
from the content-addressed store, hash-verified
3689
}
3690
3691
@Override
3692
public
SortedSet<K> tailSet(K fromElement) {
3693
return
new
SortedKeySet<K, V>(map().tailMap(fromElement));
3694
}
3695
3696
@Override
3697
public
K first() {
Callers
nothing calls this directly
Calls
2
map
Method · 0.95
tailMap
Method · 0.45
Tested by
no test coverage detected