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

Method tailMap

guava/src/com/google/common/collect/Maps.java:991–994  ·  view source on GitHub ↗
(@ParametricNullness K fromKey)

Source from the content-addressed store, hash-verified

989 }
990
991 @Override
992 public SortedMap<K, V> tailMap(@ParametricNullness K fromKey) {
993 return asMap(backingSet().tailSet(fromKey), function);
994 }
995
996 @Override
997 @ParametricNullness

Callers

nothing calls this directly

Calls 3

backingSetMethod · 0.95
asMapMethod · 0.65
tailSetMethod · 0.45

Tested by

no test coverage detected