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

Method tailMap

output/java_guava/1.4.18/Maps.java:2113–2116  ·  view source on GitHub ↗
(K fromKey)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

fromMapMethod · 0.95
transformEntriesMethod · 0.45
tailMapMethod · 0.45

Tested by

no test coverage detected