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

Method headMap

output/java_guava/1.4.18/Maps.java:2098–2101  ·  view source on GitHub ↗
(K toKey)

Source from the content-addressed store, hash-verified

2096 }
2097
2098 @Override
2099 public SortedMap<K, V2> headMap(K toKey) {
2100 return transformEntries(fromMap().headMap(toKey), transformer);
2101 }
2102
2103 @Override
2104 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