public class DataStore<K,V> extends java.lang.Object
DataStore(DataStore<K,V> parent)
boolean
apply()
V
get(K key)
getOrDefault(K key, V value)
DataStore<K,V>
parent()
void
set(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DataStore(DataStore<K,V> parent)
public V getOrDefault(K key, V value)
public void set(K key, V value)
public V get(K key)
public boolean apply()
public DataStore<K,V> parent()