Uses of Class
org.organicdesign.fp.collections.AbstractUnmodSet
-
Packages that use AbstractUnmodSet 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 AbstractUnmodSet in org.organicdesign.fp.collections
Subclasses of AbstractUnmodSet in org.organicdesign.fp.collections Modifier and Type Class Description classPersistentHashSet<E>A wrapper that turns a PersistentTreeMap into a set.static classPersistentHashSet.MutableHashSet<E>classPersistentTreeSet<E>A wrapper that turns a PersistentTreeMap into a set.
-