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, toArray
getContext, getManager, getObject, getWrapper
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public DelegatedList(List delegated, PersistenceManagerServices manager, PersistentContextServices context)
public boolean addAll(int arg0, Collection arg1)
public int lastIndexOf(Object o)
lastIndexOf
in interface List
public ListIterator listIterator()
listIterator
in interface List
public ListIterator listIterator(int index)
listIterator
in interface List