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

Method tailMap

corpus/java/training/guava/collect/Maps.java:922–925  ·  view source on GitHub ↗
(K fromKey)

Source from the content-addressed store, hash-verified

920 }
921
922 @Override
923 public SortedMap<K, V> tailMap(K fromKey) {
924 return asMap(backingSet().tailSet(fromKey), function);
925 }
926
927 @Override
928 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