MCPcopy Create free account
hub / github.com/antlr/codebuff / headSet

Method headSet

corpus/java/training/guava/collect/Maps.java:3764–3767  ·  view source on GitHub ↗
(K toElement, boolean inclusive)

Source from the content-addressed store, hash-verified

3762 }
3763
3764 @Override
3765 public NavigableSet<K> headSet(K toElement, boolean inclusive) {
3766 return map().headMap(toElement, inclusive).navigableKeySet();
3767 }
3768
3769 @Override
3770 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) {

Callers

nothing calls this directly

Calls 3

mapMethod · 0.95
navigableKeySetMethod · 0.45
headMapMethod · 0.45

Tested by

no test coverage detected