Class ArrayRecipe.UpdateArray

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object array  
      private int index  
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateArray​(java.lang.Object array, int index)  
    • 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

      • array

        private final java.lang.Object array
      • index

        private final int index
    • Constructor Detail

      • UpdateArray

        public UpdateArray​(java.lang.Object array,
                           int index)