protected class CloneIterable.DefaultRemover extends java.lang.Object implements CloneIterator.Remover<E>
CloneIterator.Remover.ReadOnly<S>
Modifier | Constructor and Description |
---|---|
protected |
DefaultRemover() |
Modifier and Type | Method and Description |
---|---|
void |
remove(E element)
Remove the specified object from the original collection.
|
public void remove(E element)
CloneIterator.Remover
remove
in interface CloneIterator.Remover<E>