public static class RMap.Update<K,V> extends java.lang.Object
K
key
V
newValue
oldValue
Update(java.util.Map.Entry<K,V> e)
Update(K key, V newValue, V oldValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final K key
public final V newValue
public final V oldValue
public Update(K key, V newValue, V oldValue)
public Update(java.util.Map.Entry<K,V> e)