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, getWrapperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic DelegatedCollection(java.util.Collection delegated,
PersistenceManagerServices manager,
PersistentContextServices context)
public boolean add(java.lang.Object arg0)
add in interface java.util.Collectionpublic boolean addAll(java.util.Collection arg0)
addAll in interface java.util.Collectionpublic void clear()
clear in interface java.util.Collectionpublic boolean contains(java.lang.Object o)
contains in interface java.util.Collectionpublic boolean containsAll(java.util.Collection arg0)
containsAll in interface java.util.Collectionpublic boolean isEmpty()
isEmpty in interface java.util.Collectionpublic java.util.Iterator iterator()
iterator in interface java.lang.Iterableiterator in interface java.util.Collectionpublic boolean remove(java.lang.Object o)
remove in interface java.util.Collectionpublic boolean removeAll(java.util.Collection arg0)
removeAll in interface java.util.Collectionpublic boolean retainAll(java.util.Collection arg0)
retainAll in interface java.util.Collectionpublic java.lang.Object[] toArray()
toArray in interface java.util.Collectionpublic java.lang.Object[] toArray(java.lang.Object[] a)
toArray in interface java.util.Collectionpublic int size()
size in interface java.util.Collectionprotected java.util.ListIterator getWrappedIterator(java.util.Iterator iterator)