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