public interface ListMutator<E>
CloneListIterator to remove elements from the original list; since the list
iterator does not have direct access to the original list.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 removevoid set(int index,
E item)
index - The index of replacementitem - The element to replace the existing oneEclipseLink 2.4.2, "build v20130514-5956486" API Reference