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) |
public 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-2014 Google. All Rights Reserved.