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

Method tailMap

output/java_guava/1.4.18/Maps.java:3169–3172  ·  view source on GitHub ↗
(K fromKey, boolean inclusive)

Source from the content-addressed store, hash-verified

3167 }
3168
3169 @Override
3170 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) {
3171 return filterEntries(unfiltered.tailMap(fromKey, inclusive), entryPredicate);
3172 }
3173 }
3174
3175 /**

Callers

nothing calls this directly

Calls 2

filterEntriesMethod · 0.45
tailMapMethod · 0.45

Tested by

no test coverage detected