NavigableSet.subSet

{@inheritDoc}

<p>Equivalent to {@code subSet(fromElement, true, toElement, false)}.

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

  1. NavigableSet!(E) subSet(E fromElement, bool fromInclusive, E toElement, bool toInclusive)
  2. SortedSet!(E) subSet(E fromElement, E toElement)
    interface NavigableSet(E)

Meta