Interface CloneIterator.Remover<T>

  • All Known Implementing Classes:
    CloneIterator.Remover.ReadOnly
    Enclosing class:
    CloneIterator<E>

    public static interface CloneIterator.Remover<T>
    Used by CloneIterator to remove elements from the original collection; since the iterator does not have direct access to the original collection.
    • Method Detail

      • remove

        void remove​(T element)
        Remove the specified object from the original collection.