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