|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListMutator<E>
Used by CloneListIterator to remove elements from the original list; since the list
iterator does not have direct access to the original list.
| Method Summary | |
|---|---|
void |
add(int index,
E item)
Adds the specified object to the original list. |
void |
remove(int index)
Removes the specified object from the original list. |
void |
set(int index,
E item)
Sets the specified object in the original list. |
| Method Detail |
|---|
void add(int index,
E item)
index - The index of insertionitem - The element to insert into the listvoid remove(int index)
index - The index of the element to remove
void set(int index,
E item)
index - The index of replacementitem - The element to replace the existing one
|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||