| 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 | Method and Description |
|---|---|
default UnmodListIterator<E> |
UnmodList.listIterator() |
UnmodListIterator<E> |
PersistentVector.listIterator(int index)
Subclasses should override this when they can do so more efficiently.
|
UnmodListIterator<Integer> |
RangeOfInt.listIterator(int startIdx)
Subclasses should override this when they can do so more efficiently.
|
default UnmodListIterator<E> |
UnmodList.listIterator(int index)
Subclasses should override this when they can do so more efficiently.
|
Copyright © 2019. All rights reserved.