MCPcopy 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

mapMethod · 0.95
headMapMethod · 0.45

Tested by

no test coverage detected