MCPcopy
hub / github.com/google/guava / headMap

Method headMap

guava/src/com/google/common/collect/Maps.java:986–989  ·  view source on GitHub ↗
(@ParametricNullness K toKey)

Source from the content-addressed store, hash-verified

984 }
985
986 @Override
987 public SortedMap<K, V> headMap(@ParametricNullness K toKey) {
988 return asMap(backingSet().headSet(toKey), function);
989 }
990
991 @Override
992 public SortedMap<K, V> tailMap(@ParametricNullness K fromKey) {

Callers

nothing calls this directly

Calls 3

backingSetMethod · 0.95
asMapMethod · 0.65
headSetMethod · 0.45

Tested by

no test coverage detected