Uses of Class
org.organicdesign.fp.collections.AbstractUnmodMap
-
Packages that use AbstractUnmodMap 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 AbstractUnmodMap in org.organicdesign.fp.collections
Subclasses of AbstractUnmodMap in org.organicdesign.fp.collections Modifier and Type Class Description classPersistentHashMap<K,V>Rich Hickey's immutable rendition of Phil Bagwell's Hash Array Mapped Trie.static classPersistentHashMap.MutHashMap<K,V>classPersistentTreeMap<K,V>Persistent Red Black Tree.
-