static <K,V> UnmodSortedIterator<UnmodMap.UnEntry<K,V>> |
UnmodMap.UnEntry.entryIterToUnEntrySortedUnIter(java.util.Iterator<java.util.Map.Entry<K,V>> innerIter) |
|
UnmodSortedIterator<UnmodMap.UnEntry<K,V>> |
ImSortedMap.iterator() |
Returns an iterator over the UnEntries of this map in order.
|
UnmodSortedIterator<E> |
ImSortedSet.iterator() |
Iterates over contents in a guaranteed order.
|
UnmodSortedIterator<UnmodMap.UnEntry<K,V>> |
PersistentTreeMap.iterator() |
Returns an iterator over the UnEntries of this map in order.
|
<R> UnmodSortedIterator<R> |
PersistentTreeMap.iterator(Fn1<org.organicdesign.fp.collections.PersistentTreeMap.Node<K,V>,R> aFn) |
|
UnmodSortedIterator<E> |
PersistentTreeSet.iterator() |
Iterates over contents in a guaranteed order.
|
UnmodSortedIterator<E> |
RrbTree.ImRrbt.iterator() |
A convenience method to get a listIterator.
|
abstract UnmodSortedIterator<E> |
RrbTree.iterator() |
A convenience method to get a listIterator.
|
UnmodSortedIterator<E> |
RrbTree.MutableRrbt.iterator() |
A convenience method to get a listIterator.
|
default UnmodSortedIterator<E> |
UnmodList.iterator() |
A convenience method to get a listIterator.
|
UnmodSortedIterator<E> |
UnmodSortedCollection.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.
|
UnmodSortedIterator<T> |
UnmodSortedIterable.iterator() |
Returns items in a guaranteed order.
|
UnmodSortedIterator<E> |
UnmodSortedSet.iterator() |
Iterates over contents in a guaranteed order.
|
UnmodSortedIterator<K> |
PersistentTreeMap.keyIterator() |
|
default UnmodSortedIterator<K> |
UnmodSortedMap.keyIterator() |
|
UnmodSortedIterator<V> |
PersistentTreeMap.valIterator() |
|
default UnmodSortedIterator<V> |
UnmodSortedMap.valIterator() |
|