public class NaivePersistentMap<K,V> extends PersistentMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
static <K,V> PersistentMap<K,V> |
create() |
Set<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, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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>Copyright © 2009–2015 Google. All rights reserved.