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

Method subMap

output/java_guava/1.4.18/Maps.java:2108–2111  ·  view source on GitHub ↗
(K fromKey, K toKey)

Source from the content-addressed store, hash-verified

2106 }
2107
2108 @Override
2109 public SortedMap<K, V2> subMap(K fromKey, K toKey) {
2110 return transformEntries(fromMap().subMap(fromKey, toKey), transformer);
2111 }
2112
2113 @Override
2114 public SortedMap<K, V2> tailMap(K fromKey) {

Callers

nothing calls this directly

Calls 3

fromMapMethod · 0.95
transformEntriesMethod · 0.45
subMapMethod · 0.45

Tested by

no test coverage detected