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

Method headSet

guava/src/com/google/common/collect/Maps.java:4051–4054  ·  view source on GitHub ↗
(@ParametricNullness K toElement, boolean inclusive)

Source from the content-addressed store, hash-verified

4049 }
4050
4051 @Override
4052 public NavigableSet<K> headSet(@ParametricNullness K toElement, boolean inclusive) {
4053 return map().headMap(toElement, inclusive).navigableKeySet();
4054 }
4055
4056 @Override
4057 public SortedSet<K> headSet(@ParametricNullness K toElement) {

Callers

nothing calls this directly

Calls 3

mapMethod · 0.95
navigableKeySetMethod · 0.45
headMapMethod · 0.45

Tested by

no test coverage detected