public interface SortedSet<E> extends Set<E>
| Modifier and Type | Method and Description |
|---|---|
Comparator<? super E> |
comparator() |
E |
first() |
SortedSet<E> |
headSet(E end) |
E |
last() |
SortedSet<E> |
subSet(E start,
E end) |
SortedSet<E> |
tailSet(E start) |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayremoveIfCopyright © 2026. All rights reserved.