| Package | Description |
|---|---|
| org.organicdesign.fp.collections |
Type-safe versions of the immutable Clojure collections, plus unmodifiable and immutable
collection interfaces that extend the java.util collections, deprecating the mutate-in-place
methods (Unmod____) and adding methods that return a new, immutable, modified version of the
collection (Im____).
|
| 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 © 2017. All rights reserved.