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

Method subMap

output/java_guava/1.4.18/Maps.java:3159–3162  ·  view source on GitHub ↗
(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)

Source from the content-addressed store, hash-verified

3157 }
3158
3159 @Override
3160 public NavigableMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) {
3161 return filterEntries(unfiltered.subMap(fromKey, fromInclusive, toKey, toInclusive), entryPredicate);
3162 }
3163
3164 @Override
3165 public NavigableMap<K, V> headMap(K toKey, boolean inclusive) {

Callers

nothing calls this directly

Calls 2

filterEntriesMethod · 0.45
subMapMethod · 0.45

Tested by

no test coverage detected