public interface UnmodSortedCollection<E> extends UnmodCollection<E>, UnmodSortedIterable<E>
UnmodIterable.AbstractUnmodIterable<T>| Modifier and Type | Method and Description |
|---|---|
UnmodSortedIterator<E> |
iterator()
An unmodifiable ordered iterator An unmodifiable iterator A one-time use, mutable, not-thread-safe way to get each value of the underling collection in
turn.
|
add, addAll, clear, containsAll, isEmpty, remove, removeAll, removeIf, retainAll, toArray, toArraycontains, equals, hashCode, parallelStream, size, spliterator, 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, toMutableSortedSetUnmodSortedIterator<E> iterator()
iterator in interface Collection<E>iterator in interface Iterable<E>iterator in interface UnmodCollection<E>iterator in interface UnmodIterable<E>iterator in interface UnmodSortedIterable<E>Copyright © 2017. All rights reserved.