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

Method headMap

output/java_guava/1.4.17/Maps.java:946–949  ·  view source on GitHub ↗
(K toKey)

Source from the content-addressed store, hash-verified

944 }
945
946 @Override
947 public SortedMap<K, V> headMap(K toKey) {
948 return asMap(backingSet().headSet(toKey), function);
949 }
950
951 @Override
952 public SortedMap<K, V> tailMap(K fromKey) {

Callers

nothing calls this directly

Calls 3

backingSetMethod · 0.95
asMapMethod · 0.65
headSetMethod · 0.45

Tested by

no test coverage detected