Class MapRecipe.UpdateValue

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object key  
      private java.util.Map map  
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateValue​(java.util.Map map, java.lang.Object key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onSet​(Reference ref)  
      • Methods inherited from class java.lang.Object

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

      • map

        private final java.util.Map map
      • key

        private final java.lang.Object key
    • Constructor Detail

      • UpdateValue

        public UpdateValue​(java.util.Map map,
                           java.lang.Object key)