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

Method tailMap

output/java_guava/1.4.17/Maps.java:951–954  ·  view source on GitHub ↗
(K fromKey)

Source from the content-addressed store, hash-verified

949 }
950
951 @Override
952 public SortedMap<K, V> tailMap(K fromKey) {
953 return asMap(backingSet().tailSet(fromKey), function);
954 }
955
956 @Override
957 public K firstKey() {

Callers

nothing calls this directly

Calls 3

backingSetMethod · 0.95
asMapMethod · 0.65
tailSetMethod · 0.45

Tested by

no test coverage detected