public class DelegatedList extends DelegatedCollection implements List
| Constructor and Description |
|---|
DelegatedList(List delegated,
PersistenceManagerServices manager,
PersistentContextServices context) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int arg0,
Object arg1) |
boolean |
addAll(int arg0,
Collection arg1) |
Object |
get(int index) |
int |
indexOf(Object o) |
int |
lastIndexOf(Object o) |
ListIterator |
listIterator() |
ListIterator |
listIterator(int index) |
Object |
remove(int index) |
Object |
set(int arg0,
Object arg1) |
List |
subList(int fromIndex,
int toIndex) |
add, addAll, clear, contains, containsAll, getWrappedIterator, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArraygetContext, getManager, getObject, getWrapperpublic DelegatedList(List delegated, PersistenceManagerServices manager, PersistentContextServices context)
public boolean addAll(int arg0,
Collection arg1)
public int lastIndexOf(Object o)
lastIndexOf in interface Listpublic ListIterator listIterator()
listIterator in interface Listpublic ListIterator listIterator(int index)
listIterator in interface List