NavigableSet.headSet

{@inheritDoc}

<p>Equivalent to {@code headSet(toElement, false)}.

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

  1. NavigableSet!(E) headSet(E toElement, bool inclusive)
  2. SortedSet!(E) headSet(E toElement)
    interface NavigableSet(E)
    headSet

Meta