public interface Mutator<E>
CloneIterator
to remove elements from the original collection; since the iterator
does not have direct access to the original collection.Modifier and Type | Method and Description |
---|---|
void |
remove(E item)
Removes the specified object from the original collection.
|
void remove(E item)
item
- The item to remove from the original collectionEclipseLink 2.4.2, "build v20130514-5956486" API Reference