MCPcopy Create free account
hub / github.com/antlr/codebuff / headSet

Method headSet

corpus/java/training/guava/collect/Maps.java:1053–1056  ·  view source on GitHub ↗
(E toElement)

Source from the content-addressed store, hash-verified

1051 }
1052
1053 @Override
1054 public SortedSet<E> headSet(E toElement) {
1055 return removeOnlySortedSet(super.headSet(toElement));
1056 }
1057
1058 @Override
1059 public SortedSet<E> subSet(E fromElement, E toElement) {

Callers 3

headMapMethod · 0.45
headMapMethod · 0.45
tailSetImplMethod · 0.45

Calls 2

removeOnlySortedSetMethod · 0.95

Tested by

no test coverage detected