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

Method headSet

guava/src/com/google/common/collect/Maps.java:1147–1150  ·  view source on GitHub ↗
(@ParametricNullness E toElement)

Source from the content-addressed store, hash-verified

1145 }
1146
1147 @Override
1148 public SortedSet<E> headSet(@ParametricNullness E toElement) {
1149 return removeOnlySortedSet(super.headSet(toElement));
1150 }
1151
1152 @Override
1153 public SortedSet<E> subSet(

Callers 3

headMapMethod · 0.45
headMapMethod · 0.45
tailSetImplMethod · 0.45

Calls 2

removeOnlySortedSetMethod · 0.95

Tested by

no test coverage detected