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

Method tailSet

output/java_guava/1.4.17/ImmutableSortedSet.java:658–661  ·  view source on GitHub ↗

{@inheritDoc} This method returns a serializable ImmutableSortedSet. The SortedSet#tailSet documentation states that a subset of a subset throws an IllegalArgumentException if passed a fromElement smaller than an earlier fromElement. However, this meth

(E fromElement)

Source from the content-addressed store, hash-verified

656 */
657
658 @Override
659 public ImmutableSortedSet<E> tailSet(E fromElement) {
660 return tailSet(fromElement, true);
661 }
662
663 /**
664 * @since 12.0

Callers 2

ceilingMethod · 0.95
higherMethod · 0.95

Calls 2

tailSetImplMethod · 0.95
checkNotNullMethod · 0.45

Tested by

no test coverage detected