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

Method tailSet

guava/src/com/google/common/collect/Maps.java:1158–1161  ·  view source on GitHub ↗
(@ParametricNullness E fromElement)

Source from the content-addressed store, hash-verified

1156 }
1157
1158 @Override
1159 public SortedSet<E> tailSet(@ParametricNullness E fromElement) {
1160 return removeOnlySortedSet(super.tailSet(fromElement));
1161 }
1162 };
1163 }
1164

Callers 3

tailMapMethod · 0.45
tailMapMethod · 0.45
headSetImplMethod · 0.45

Calls 2

removeOnlySortedSetMethod · 0.95

Tested by

no test coverage detected