Uses of Interface
org.organicdesign.fp.collections.UnmodListIterator
-
Packages that use UnmodListIterator 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. -
-
Uses of UnmodListIterator in org.organicdesign.fp.collections
Methods in org.organicdesign.fp.collections that return UnmodListIterator Modifier and Type Method Description @NotNull UnmodListIterator<E>PersistentVector. listIterator(int index)Subclasses should override this when they can do so more efficiently.@NotNull UnmodListIterator<Integer>RangeOfInt. listIterator(int startIdx)Subclasses should override this when they can do so more efficiently.default @NotNull UnmodListIterator<E>UnmodList. listIterator()default @NotNull UnmodListIterator<E>UnmodList. listIterator(int index)Subclasses should override this when they can do so more efficiently.
-