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