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

Method headMap

output/java_guava/1.4.19/Maps.java:3166–3169  ·  view source on GitHub ↗
(K toKey, boolean inclusive)

Source from the content-addressed store, hash-verified

3164 }
3165
3166 @Override
3167 public NavigableMap<K, V> headMap(K toKey, boolean inclusive) {
3168 return filterEntries(unfiltered.headMap(toKey, inclusive), entryPredicate);
3169 }
3170
3171 @Override
3172 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) {

Callers

nothing calls this directly

Calls 2

filterEntriesMethod · 0.45
headMapMethod · 0.45

Tested by

no test coverage detected