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

Method tailMap

output/java_guava/1.4.18/Maps.java:3369–3372  ·  view source on GitHub ↗
(K fromKey)

Source from the content-addressed store, hash-verified

3367 }
3368
3369 @Override
3370 public SortedMap<K, V> tailMap(K fromKey) {
3371 return tailMap(fromKey, true);
3372 }
3373
3374 @Override
3375 public NavigableMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) {

Callers

nothing calls this directly

Calls 2

tailMapMethod · 0.45

Tested by

no test coverage detected