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

Method headSet

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

Source from the content-addressed store, hash-verified

3960 }
3961
3962 @Override
3963 public SortedSet<K> headSet(@ParametricNullness K toElement) {
3964 return new SortedKeySet<>(map().headMap(toElement));
3965 }
3966
3967 @Override
3968 public SortedSet<K> tailSet(@ParametricNullness K fromElement) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
headMapMethod · 0.45

Tested by

no test coverage detected