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

Method subMap

output/java_guava/1.4.19/Maps.java:3363–3366  ·  view source on GitHub ↗
(K fromKey, K toKey)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

subMapMethod · 0.45

Tested by

no test coverage detected