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

Method headMap

corpus/java/training/guava/collect/Maps.java:917–920  ·  view source on GitHub ↗
(K toKey)

Source from the content-addressed store, hash-verified

915 }
916
917 @Override
918 public SortedMap<K, V> headMap(K toKey) {
919 return asMap(backingSet().headSet(toKey), function);
920 }
921
922 @Override
923 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