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

Method tailSet

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

Source from the content-addressed store, hash-verified

4059 }
4060
4061 @Override
4062 public NavigableSet<K> tailSet(@ParametricNullness K fromElement, boolean inclusive) {
4063 return map().tailMap(fromElement, inclusive).navigableKeySet();
4064 }
4065
4066 @Override
4067 public SortedSet<K> tailSet(@ParametricNullness K fromElement) {

Callers

nothing calls this directly

Calls 3

mapMethod · 0.95
navigableKeySetMethod · 0.45
tailMapMethod · 0.45

Tested by

no test coverage detected