public interface UnmodSortedSet<E> extends UnmodSet<E>, SortedSet<E>, UnmodSortedCollection<E>
UnmodSet.AbstractUnmodSet<T>UnmodIterable.AbstractUnmodIterable<T>| 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, equal, equalsconcat, drop, filter, flatMap, foldLeft, foldLeft, hash, hashCode, head, map, precat, take, takeWhile, toStringtoImList, toImMap, toImSet, toImSortedMap, toImSortedSet, toMutableList, toMutableMap, 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 © 2017. All rights reserved.