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

Method headMap

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

Source from the content-addressed store, hash-verified

3366 }
3367
3368 @Override
3369 public SortedMap<K, V> headMap(K toKey) {
3370 return headMap(toKey, false);
3371 }
3372
3373 @Override
3374 public SortedMap<K, V> tailMap(K fromKey) {

Callers

nothing calls this directly

Calls 2

headMapMethod · 0.45

Tested by

no test coverage detected