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

Method subSet

corpus/java/training/guava/collect/Maps.java:3681–3684  ·  view source on GitHub ↗
(K fromElement, K toElement)

Source from the content-addressed store, hash-verified

3679 }
3680
3681 @Override
3682 public SortedSet<K> subSet(K fromElement, K toElement) {
3683 return new SortedKeySet<K, V>(map().subMap(fromElement, toElement));
3684 }
3685
3686 @Override
3687 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