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

Method tailMap

output/java_guava/1.4.19/Maps.java:2115–2118  ·  view source on GitHub ↗
(K fromKey)

Source from the content-addressed store, hash-verified

2113 }
2114
2115 @Override
2116 public SortedMap<K, V2> tailMap(K fromKey) {
2117 return transformEntries(fromMap().tailMap(fromKey), transformer);
2118 }
2119 }
2120
2121 @GwtIncompatible // NavigableMap

Callers

nothing calls this directly

Calls 3

fromMapMethod · 0.95
transformEntriesMethod · 0.45
tailMapMethod · 0.45

Tested by

no test coverage detected