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

Method headMap

output/java_guava/1.4.16/Maps.java:3164–3167  ·  view source on GitHub ↗
(K toKey, boolean inclusive)

Source from the content-addressed store, hash-verified

3162 }
3163
3164 @Override
3165 public NavigableMap<K, V> headMap(K toKey, boolean inclusive) {
3166 return filterEntries(unfiltered.headMap(toKey, inclusive), entryPredicate);
3167 }
3168
3169 @Override
3170 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