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

Method subSet

output/java_guava/1.4.19/Maps.java:3826–3829  ·  view source on GitHub ↗
(K fromElement, boolean fromInclusive, K toElement, boolean toInclusive)

Source from the content-addressed store, hash-verified

3824 }
3825
3826 @Override
3827 public NavigableSet<K> subSet(K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) {
3828 return map().subMap(fromElement, fromInclusive, toElement, toInclusive).navigableKeySet();
3829 }
3830
3831 @Override
3832 public NavigableSet<K> headSet(K toElement, boolean inclusive) {

Callers

nothing calls this directly

Calls 3

mapMethod · 0.95
navigableKeySetMethod · 0.45
subMapMethod · 0.45

Tested by

no test coverage detected