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) |
of
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
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.