|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mutator<E>
Used by CloneIterator
to remove elements from the original collection; since the iterator
does not have direct access to the original collection.
Method Summary | |
---|---|
void |
remove(E item)
Removes the specified object from the original collection. |
Method Detail |
---|
void remove(E item)
item
- The item to remove from the original collection
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |