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

Method subSet

output/java_guava/1.4.19/Maps.java:3748–3751  ·  view source on GitHub ↗
(K fromElement, K toElement)

Source from the content-addressed store, hash-verified

3746 }
3747
3748 @Override
3749 public SortedSet<K> subSet(K fromElement, K toElement) {
3750 return new SortedKeySet<K, V>(map().subMap(fromElement, toElement));
3751 }
3752
3753 @Override
3754 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