|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CloneListIterator.Mutator<T>
Used by CloneListIterator
to remove
elements from the original list; since the list iterator
does not have direct access to the original list.
Nested Class Summary | |
---|---|
static class |
CloneListIterator.Mutator.ReadOnly<S>
|
Method Summary | |
---|---|
void |
add(int index,
T o)
Add the specified object to the original list. |
void |
remove(int index)
Remove the specified object from the original list. |
void |
set(int index,
T o)
Set the specified object in the original list. |
Method Detail |
---|
void add(int index, T o)
void remove(int index)
void set(int index, T o)
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |