| 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.
|
| Modifier and Type | Method and 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) |
Copyright © 2019. All rights reserved.