| Package | Description |
|---|---|
| org.organicdesign.fp.collections |
Type-safe versions of immutable collections (mostly from Clojure), plus unmodifiable and
immutable collection interfaces that fit these collections into the java.util interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UnmodListIterator<E>
An unmodifiable ListIterator
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UnmodMap.UnEntry.EntryToUnEntrySortedIter<K,V> |
static class |
UnmodMap.UnEntry.UnmodSortedKeyIter<K,V> |
static class |
UnmodMap.UnEntry.UnmodSortedValIter<K,V> |
static class |
UnmodSortedIterator.Wrapper<E> |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> UnmodSortedIterator<UnmodMap.UnEntry<K,V>> |
UnmodMap.UnEntry.entryIterToUnEntrySortedUnIter(Iterator<Map.Entry<K,V>> innerIter) |
UnmodSortedIterator<T> |
UnmodSortedIterable.iterator()
Returns items in a guaranteed order.
|
UnmodSortedIterator<UnmodMap.UnEntry<K,V>> |
ImSortedMap.iterator()
Returns an iterator over the UnEntries of this map in order.
|
abstract UnmodSortedIterator<E> |
RrbTree.iterator()
A convenience method to get a listIterator.
|
UnmodSortedIterator<E> |
RrbTree.MutableRrbt.iterator()
A convenience method to get a listIterator.
|
UnmodSortedIterator<E> |
RrbTree.ImRrbt.iterator()
A convenience method to get a listIterator.
|
UnmodSortedIterator<UnmodMap.UnEntry<K,V>> |
PersistentTreeMap.iterator()
Returns an iterator over the UnEntries of this map in order.
|
default UnmodSortedIterator<E> |
UnmodList.iterator()
A convenience method to get a listIterator.
|
UnmodSortedIterator<E> |
ImSortedSet.iterator()
Iterates over contents in a guaranteed order.
|
UnmodSortedIterator<E> |
PersistentTreeSet.iterator()
Iterates over contents in a guaranteed order.
|
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<E> |
UnmodSortedSet.iterator()
Iterates over contents in a guaranteed order.
|
<R> UnmodSortedIterator<R> |
PersistentTreeMap.iterator(Fn1<org.organicdesign.fp.collections.PersistentTreeMap.Node<K,V>,R> aFn) |
default UnmodSortedIterator<K> |
UnmodSortedMap.keyIterator() |
UnmodSortedIterator<K> |
PersistentTreeMap.keyIterator() |
default UnmodSortedIterator<V> |
UnmodSortedMap.valIterator() |
UnmodSortedIterator<V> |
PersistentTreeMap.valIterator() |
Copyright © 2019. All rights reserved.