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