Uses of Class
org.organicdesign.fp.collections.UnmodList.AbstractUnmodList
-
Packages that use UnmodList.AbstractUnmodList 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 UnmodList.AbstractUnmodList in org.organicdesign.fp.collections
Subclasses of UnmodList.AbstractUnmodList in org.organicdesign.fp.collections Modifier and Type Class Description classPersistentVector<E>This started out as Rich Hickey's PersistentVector class from Clojure in late 2014.static classPersistentVector.MutableVector<F>
-