Class RMap.Update<K,​V>

  • Enclosing interface:
    RMap<K,​V>

    public static class RMap.Update<K,​V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Update​(java.util.Map.Entry<K,​V> e)  
      Update​(K key, V newValue, V oldValue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        public final K key
      • newValue

        public final V newValue
      • oldValue

        public final V oldValue
    • Constructor Detail

      • Update

        public Update​(K key,
                      V newValue,
                      V oldValue)
      • Update

        public Update​(java.util.Map.Entry<K,​V> e)