Uses of Interface
org.organicdesign.fp.collections.BaseUnsortedMap
-
Packages that use BaseUnsortedMap 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 BaseUnsortedMap in org.organicdesign.fp.collections
Subinterfaces of BaseUnsortedMap in org.organicdesign.fp.collections Modifier and Type Interface Description interfaceImMap<K,V>An immutable map with no guarantees about its ordering.interfaceMutableMap<K,V>Interface for mutable (hash) map builder.Classes in org.organicdesign.fp.collections that implement BaseUnsortedMap Modifier and Type Class Description classPersistentHashMap<K,V>Rich Hickey's immutable rendition of Phil Bagwell's Hash Array Mapped Trie.static classPersistentHashMap.MutableHashMap<K,V>
-