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

Method subMap

output/java_guava/1.4.18/Maps.java:3359–3362  ·  view source on GitHub ↗
(K fromKey, K toKey)

Source from the content-addressed store, hash-verified

3357 }
3358
3359 @Override
3360 public SortedMap<K, V> subMap(K fromKey, K toKey) {
3361 return subMap(fromKey, true, toKey, false);
3362 }
3363
3364 @Override
3365 public SortedMap<K, V> headMap(K toKey) {

Callers

nothing calls this directly

Calls 2

subMapMethod · 0.45

Tested by

no test coverage detected