public class DelegatedCollection extends DelegatedContainer implements Collection
Constructor and Description |
---|
DelegatedCollection(Collection delegated,
PersistenceManagerServices manager,
PersistentContextServices context) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object arg0) |
boolean |
addAll(Collection arg0) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection arg0) |
protected ListIterator |
getWrappedIterator(Iterator iterator) |
boolean |
isEmpty() |
Iterator |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection arg0) |
boolean |
retainAll(Collection arg0) |
int |
size() |
Object[] |
toArray() |
Object[] |
toArray(Object[] a) |
getContext, getManager, getObject, getWrapper
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public DelegatedCollection(Collection delegated, PersistenceManagerServices manager, PersistentContextServices context)
public boolean add(Object arg0)
add
in interface Collection
public boolean addAll(Collection arg0)
addAll
in interface Collection
public void clear()
clear
in interface Collection
public boolean contains(Object o)
contains
in interface Collection
public boolean containsAll(Collection arg0)
containsAll
in interface Collection
public boolean isEmpty()
isEmpty
in interface Collection
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
public boolean remove(Object o)
remove
in interface Collection
public boolean removeAll(Collection arg0)
removeAll
in interface Collection
public boolean retainAll(Collection arg0)
retainAll
in interface Collection
public Object[] toArray()
toArray
in interface Collection
public Object[] toArray(Object[] a)
toArray
in interface Collection
public int size()
size
in interface Collection
protected ListIterator getWrappedIterator(Iterator iterator)