Module eclipselink

Class CloneListIterable<E>

    • Constructor Detail

      • CloneListIterable

        protected CloneListIterable()
    • Method Detail

      • add

        protected void add​(int index,
                           E element)
        At the specified index, add the specified element to the original list.

        This method can be overridden by a subclass as an alternative to building a CloneListIterator.Mutator.

      • remove

        protected void remove​(int index)
        Remove the element at the specified index from the original list.

        This method can be overridden by a subclass as an alternative to building a CloneListIterator.Mutator.

      • set

        protected void set​(int index,
                           E element)
        At the specified index, set the specified element in the original list.

        This method can be overridden by a subclass as an alternative to building a CloneListIterator.Mutator.