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

Method headSet

output/java_guava/1.4.16/ImmutableSortedSet.java:599–602  ·  view source on GitHub ↗

{@inheritDoc} This method returns a serializable ImmutableSortedSet. The SortedSet#headSet documentation states that a subset of a subset throws an IllegalArgumentException if passed a toElement greater than an earlier toElement. However, this method d

(E toElement)

Source from the content-addressed store, hash-verified

597 */
598
599 @Override
600 public ImmutableSortedSet<E> headSet(E toElement) {
601 return headSet(toElement, false);
602 }
603
604 /**
605 * @since 12.0

Callers 2

lowerMethod · 0.95
floorMethod · 0.95

Calls 2

headSetImplMethod · 0.95
checkNotNullMethod · 0.45

Tested by

no test coverage detected