Uses of Class
org.organicdesign.fp.collections.PersistentHashMap.MutableHashMap
-
Packages that use PersistentHashMap.MutableHashMap 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 PersistentHashMap.MutableHashMap in org.organicdesign.fp.collections
Methods in org.organicdesign.fp.collections that return PersistentHashMap.MutableHashMap Modifier and Type Method Description PersistentHashMap.MutableHashMap<K,V>PersistentHashMap.MutableHashMap. assoc(K key, V val)static <K,V>
PersistentHashMap.MutableHashMap<K,V>PersistentHashMap. emptyMutable()Works around some type inference limitations of Java 8.static <K,V>
PersistentHashMap.MutableHashMap<K,V>PersistentHashMap. emptyMutable(Equator<K> e)Works around some type inference limitations of Java 8.PersistentHashMap.MutableHashMap<K,V>PersistentHashMap. mutable()PersistentHashMap.MutableHashMap<K,V>PersistentHashMap.MutableHashMap. without(K key)
-