public class ChainedMap<K,V> extends java.lang.Object implements VarMap<K,V>
ChainedMap(VarMap<K,V> next)
ChainedMap(VarMap<K,V> next, java.util.Map<K,V> map)
V
get(K key)
void
put(K key, V value)
remove(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ChainedMap(VarMap<K,V> next, java.util.Map<K,V> map)
public ChainedMap(VarMap<K,V> next)
public void put(K key, V value)
put
VarMap<K,V>
public V remove(K key)
remove
public V get(K key)
get