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

Method subMap

corpus/java/training/guava/collect/Maps.java:912–915  ·  view source on GitHub ↗
(K fromKey, K toKey)

Source from the content-addressed store, hash-verified

910 }
911
912 @Override
913 public SortedMap<K, V> subMap(K fromKey, K toKey) {
914 return asMap(backingSet().subSet(fromKey, toKey), function);
915 }
916
917 @Override
918 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