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

Method subSet

output/java_guava/1.4.17/Maps.java:3822–3825  ·  view source on GitHub ↗
(K fromElement, boolean fromInclusive, K toElement, boolean toInclusive)

Source from the content-addressed store, hash-verified

3820 }
3821
3822 @Override
3823 public NavigableSet<K> subSet(K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) {
3824 return map().subMap(fromElement, fromInclusive, toElement, toInclusive).navigableKeySet();
3825 }
3826
3827 @Override
3828 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