Class CollectionRecipe.UpdateList

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index  
      private java.util.List list  
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateList​(java.util.List list, 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

      • list

        private final java.util.List list
      • index

        private final int index
    • Constructor Detail

      • UpdateList

        public UpdateList​(java.util.List list,
                          int index)