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

Method subSet

output/java_guava/1.4.18/Maps.java:3744–3747  ·  view source on GitHub ↗
(K fromElement, K toElement)

Source from the content-addressed store, hash-verified

3742 }
3743
3744 @Override
3745 public SortedSet<K> subSet(K fromElement, K toElement) {
3746 return new SortedKeySet<K, V>(map().subMap(fromElement, toElement));
3747 }
3748
3749 @Override
3750 public SortedSet<K> headSet(K toElement) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
subMapMethod · 0.45

Tested by

no test coverage detected