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