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

Method subMap

output/java_guava/1.4.17/Maps.java:941–944  ·  view source on GitHub ↗
(K fromKey, K toKey)

Source from the content-addressed store, hash-verified

939 }
940
941 @Override
942 public SortedMap<K, V> subMap(K fromKey, K toKey) {
943 return asMap(backingSet().subSet(fromKey, toKey), function);
944 }
945
946 @Override
947 public SortedMap<K, V> headMap(K toKey) {

Callers

nothing calls this directly

Calls 3

backingSetMethod · 0.95
asMapMethod · 0.65
subSetMethod · 0.45

Tested by

no test coverage detected