| 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 |
|---|---|
static <T> PersistentVector.MutableVector<T> |
PersistentVector.emptyMutable()
Returns a new mutable vector.
|
PersistentVector.MutableVector<E> |
PersistentVector.mutable() |
Copyright © 2019. All rights reserved.