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

Method headMap

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

Source from the content-addressed store, hash-verified

3362 }
3363
3364 @Override
3365 public SortedMap<K, V> headMap(K toKey) {
3366 return headMap(toKey, false);
3367 }
3368
3369 @Override
3370 public SortedMap<K, V> tailMap(K fromKey) {

Callers

nothing calls this directly

Calls 2

headMapMethod · 0.45

Tested by

no test coverage detected