public class ProxySet extends AbstractProxyCollection implements ProxyCollection, Set
SetdataCollection| Constructor and Description |
|---|
ProxySet()
Default constructor
|
ProxySet(PersistenceDelegator delegator,
Relation relation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object object) |
boolean |
addAll(Collection collection) |
void |
clear() |
boolean |
contains(Object arg0) |
boolean |
containsAll(Collection arg0) |
ProxyCollection |
getCopy()
Retrieves a copy of this proxy collection
|
boolean |
isEmpty() |
Iterator |
iterator() |
boolean |
remove(Object object) |
boolean |
removeAll(Collection collection) |
boolean |
retainAll(Collection collection) |
int |
size() |
Object[] |
toArray() |
Object[] |
toArray(Object[] arg0) |
getDataCollectioneagerlyLoadDataCollection, getOwner, getPersistenceDelegator, getRelation, getRelationsMap, setOwner, setRelationsMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataCollection, getOwner, getPersistenceDelegator, getRelation, getRelationsMap, setOwner, setRelationsMappublic ProxySet()
public ProxySet(PersistenceDelegator delegator, Relation relation)
public ProxyCollection getCopy()
ProxyCollectiongetCopy in interface ProxyCollectionpublic void clear()
clear in interface Collectionclear in interface Setclear in class AbstractProxyCollectionpublic boolean contains(Object arg0)
contains in interface Collectioncontains in interface Setcontains in class AbstractProxyCollectionpublic boolean containsAll(Collection arg0)
containsAll in interface CollectioncontainsAll in interface SetcontainsAll in class AbstractProxyCollectionpublic boolean isEmpty()
isEmpty in interface CollectionisEmpty in interface SetisEmpty in class AbstractProxyCollectionpublic int size()
size in interface Collectionsize in interface Setsize in class AbstractProxyCollectionpublic boolean add(Object object)
add in interface Collectionadd in interface Setadd in class AbstractProxyCollectionpublic boolean addAll(Collection collection)
addAll in interface CollectionaddAll in interface SetaddAll in class AbstractProxyCollectionpublic boolean remove(Object object)
remove in interface Collectionremove in interface Setremove in class AbstractProxyCollectionpublic boolean removeAll(Collection collection)
removeAll in interface CollectionremoveAll in interface SetremoveAll in class AbstractProxyCollectionpublic boolean retainAll(Collection collection)
retainAll in interface CollectionretainAll in interface SetretainAll in class AbstractProxyCollectionpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Setiterator in class AbstractProxyCollectionpublic Object[] toArray()
toArray in interface CollectiontoArray in interface SettoArray in class AbstractProxyCollectionpublic Object[] toArray(Object[] arg0)
toArray in interface CollectiontoArray in interface SettoArray in class AbstractProxyCollectionCopyright © 2015. All Rights Reserved.