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

Method headSet

output/java_guava/1.4.17/Maps.java:1081–1084  ·  view source on GitHub ↗
(E toElement)

Source from the content-addressed store, hash-verified

1079 }
1080
1081 @Override
1082 public SortedSet<E> headSet(E toElement) {
1083 return removeOnlySortedSet(super.headSet(toElement));
1084 }
1085
1086 @Override
1087 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