MCPcopy
hub / github.com/google/guava / subSet

Method subSet

guava/src/com/google/common/collect/Maps.java:3957–3960  ·  view source on GitHub ↗
(@ParametricNullness K fromElement, @ParametricNullness K toElement)

Source from the content-addressed store, hash-verified

3955 }
3956
3957 @Override
3958 public SortedSet<K> subSet(@ParametricNullness K fromElement, @ParametricNullness K toElement) {
3959 return new SortedKeySet<>(map().subMap(fromElement, toElement));
3960 }
3961
3962 @Override
3963 public SortedSet<K> headSet(@ParametricNullness K toElement) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
subMapMethod · 0.45

Tested by

no test coverage detected