Class CloneListIterable.DefaultMutator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DefaultMutator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int index, E element)
      Add the specified object to the original list.
      void remove​(int index)
      Remove the specified object from the original list.
      void set​(int index, E element)
      Set the specified object in the original list.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait