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

Method tailMap

output/java_guava/1.4.19/Maps.java:3373–3376  ·  view source on GitHub ↗
(K fromKey)

Source from the content-addressed store, hash-verified

3371 }
3372
3373 @Override
3374 public SortedMap<K, V> tailMap(K fromKey) {
3375 return tailMap(fromKey, true);
3376 }
3377
3378 @Override
3379 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