Class CloneIterable<E>

    • Constructor Detail

      • CloneIterable

        protected CloneIterable()
    • Method Detail

      • remove

        protected void remove​(E element)
        Remove the specified element from the original collection.

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