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