TreeSet.tailSet

@throws ClassCastException {@inheritDoc} @throws NullPointerException if {@code fromElement} is null and this set uses natural ordering, or its comparator does not permit null elements @throws IllegalArgumentException {@inheritDoc}

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

Meta