public abstract class AbstractSortedSet<E> extends AbstractSet<E> implements SortedSet<E>
| Constructor and Description |
|---|
AbstractSortedSet() |
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<E> |
asSortedSet()
Returns an immutable view of this set as an instance of
java.util.SortedSet. |
SortedSet<E> |
from(E value,
boolean inclusive)
Returns the bottom of the set starting from the key specified.
|
SortedSet<E> |
to(E value,
boolean inclusive)
Returns the top of the set up until the key specified.
|
asSet, equals, hashCodeforEachisEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, comparator, drop, first, last, range, remove, takeforEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet@NotNull public SortedSet<E> from(@NotNull E value, boolean inclusive)
SortedSet@NotNull public SortedSet<E> to(@NotNull E value, boolean inclusive)
SortedSet@NotNull public java.util.SortedSet<E> asSortedSet()
SortedSetjava.util.SortedSet.asSortedSet in interface SortedSet<E>