Uses of Interface
org.organicdesign.fp.indent.Indented
-
Packages that use Indented 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 Indented in org.organicdesign.fp.collections
Classes in org.organicdesign.fp.collections that implement Indented Modifier and Type Class Description classRrbTree<E>An RRB Tree is an immutable List (like Clojure's PersistentVector) that also supports random inserts, deletes, and can be split and joined back together in logarithmic time.static classRrbTree.ImRrbt<E>Immutable version of anRrbTree.static classRrbTree.MutRrbt<E>Mutable version of anRrbTree.
-