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

Method headMap

output/java_guava/1.4.19/Maps.java:2100–2103  ·  view source on GitHub ↗
(K toKey)

Source from the content-addressed store, hash-verified

2098 }
2099
2100 @Override
2101 public SortedMap<K, V2> headMap(K toKey) {
2102 return transformEntries(fromMap().headMap(toKey), transformer);
2103 }
2104
2105 @Override
2106 public K lastKey() {

Callers

nothing calls this directly

Calls 3

fromMapMethod · 0.95
transformEntriesMethod · 0.45
headMapMethod · 0.45

Tested by

no test coverage detected