Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ headSet
Method
headSet
corpus/java/training/guava/collect/Maps.java:3686–3689 ·
view source on GitHub ↗
(K toElement)
Source
from the content-addressed store, hash-verified
3684
}
3685
3686
@Override
3687
public
SortedSet<K> headSet(K toElement) {
3688
return
new
SortedKeySet<K, V>(map().headMap(toElement));
3689
}
3690
3691
@Override
3692
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