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

Method tailMap

output/java_guava/1.4.19/Maps.java:3171–3174  ·  view source on GitHub ↗
(K fromKey, boolean inclusive)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

filterEntriesMethod · 0.45
tailMapMethod · 0.45

Tested by

no test coverage detected