tailSet

open override fun tailSet(fromElement: E, inclusive: Boolean): NavigableSet<E>

Since

1.6

Throws

{@inheritDoc}

if fromElement is null and this set uses natural ordering, or its comparator does not permit null elements


open override fun tailSet(fromElement: E): SortedSet<E>

Throws

{@inheritDoc}

if fromElement is null and this set uses natural ordering, or its comparator does not permit null elements