Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ tailSet
Method
tailSet
guava/src/com/google/common/collect/Maps.java:3967–3970 ·
view source on GitHub ↗
(@ParametricNullness K fromElement)
Source
from the content-addressed store, hash-verified
3965
}
3966
3967
@Override
3968
public
SortedSet<K> tailSet(@ParametricNullness K fromElement) {
3969
return
new
SortedKeySet<>(map().tailMap(fromElement));
3970
}
3971
3972
@Override
3973
@ParametricNullness
Callers
nothing calls this directly
Calls
2
map
Method · 0.95
tailMap
Method · 0.45
Tested by
no test coverage detected