final class NaivePersistentMap<K,V> extends PersistentMap<K,V>
| Modifier | Constructor and Description |
|---|---|
private |
NaivePersistentMap(java.util.Map<K,V> m) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> PersistentMap<K,V> |
create() |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
PersistentMap<K,V> |
with(K key,
V value) |
PersistentMap<K,V> |
without(K key) |
ofclear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuespublic static <K,V> PersistentMap<K,V> create()
public PersistentMap<K,V> with(K key, V value)
with in class PersistentMap<K,V>public PersistentMap<K,V> without(K key)
without in class PersistentMap<K,V>