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

Method headSet

output/java_guava/1.4.18/Maps.java:3827–3830  ·  view source on GitHub ↗
(K toElement, boolean inclusive)

Source from the content-addressed store, hash-verified

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