NavigableSet.tailSet

{@inheritDoc}

<p>Equivalent to {@code tailSet(fromElement, true)}.

@throws ClassCastException {@inheritDoc} @throws NullPointerException {@inheritDoc} @throws IllegalArgumentException {@inheritDoc}

  1. NavigableSet!(E) tailSet(E fromElement, bool inclusive)
  2. SortedSet!(E) tailSet(E fromElement)
    interface NavigableSet(E)
    tailSet

Meta