public interface UnmodSortedSet<E> extends UnmodSet<E>, SortedSet<E>, UnmodSortedCollection<E>
| Modifier and Type | Method and Description |
|---|---|
default UnmodSortedSet<E> |
headSet(E toElement) |
UnmodSortedIterator<E> |
iterator()
Iterates over contents in a guaranteed order.
|
UnmodSortedSet<E> |
subSet(E fromElement,
E toElement) |
UnmodSortedSet<E> |
tailSet(E fromElement) |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, removeIf, retainAll, toArray, toArraycomparator, first, last, spliteratorparallelStream, streamcastFromList, castFromSortedMap, castFromSortedSet, equalconcat, drop, dropWhile, filter, flatMap, fold, foldUntil, hash, head, map, precat, take, takeWhile, toStringtoImList, toImMap, toImRrbt, toImSet, toImSortedMap, toImSortedSet, toMutableList, toMutableMap, toMutableRrbt, toMutableSet, toMutableSortedMap, toMutableSortedSetdefault UnmodSortedSet<E> headSet(E toElement)
UnmodSortedIterator<E> iterator()
iterator in interface Collection<E>iterator in interface Iterable<E>iterator in interface Set<E>iterator in interface UnmodCollection<E>iterator in interface UnmodIterable<E>iterator in interface UnmodSet<E>iterator in interface UnmodSortedCollection<E>iterator in interface UnmodSortedIterable<E>UnmodSortedSet<E> subSet(E fromElement, E toElement)
Copyright © 2019. All rights reserved.