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

Method subMap

output/java_guava/1.4.19/Maps.java:2110–2113  ·  view source on GitHub ↗
(K fromKey, K toKey)

Source from the content-addressed store, hash-verified

2108 }
2109
2110 @Override
2111 public SortedMap<K, V2> subMap(K fromKey, K toKey) {
2112 return transformEntries(fromMap().subMap(fromKey, toKey), transformer);
2113 }
2114
2115 @Override
2116 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