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

Method headSet

output/java_guava/1.4.19/Maps.java:3831–3834  ·  view source on GitHub ↗
(K toElement, boolean inclusive)

Source from the content-addressed store, hash-verified

3829 }
3830
3831 @Override
3832 public NavigableSet<K> headSet(K toElement, boolean inclusive) {
3833 return map().headMap(toElement, inclusive).navigableKeySet();
3834 }
3835
3836 @Override
3837 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