Uses of Class
org.organicdesign.fp.collections.PersistentVector.MutableVector
-
Packages that use PersistentVector.MutableVector 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 PersistentVector.MutableVector in org.organicdesign.fp.collections
Methods in org.organicdesign.fp.collections that return PersistentVector.MutableVector Modifier and Type Method Description static <T> PersistentVector.MutableVector<T>PersistentVector. emptyMutable()Returns a new mutable vector.PersistentVector.MutableVector<E>PersistentVector. mutable()
-