public class ProxyMap extends AbstractProxyBase implements ProxyCollection, Map
MapdataCollection| Constructor and Description |
|---|
ProxyMap()
Default constructor
|
ProxyMap(PersistenceDelegator delegator,
Relation relation) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set |
entrySet() |
Object |
get(Object arg0) |
ProxyCollection |
getCopy()
Retrieves a copy of this proxy collection
|
Object |
getDataCollection()
Retrieves actual collection data that implementor of this interface
holds.
|
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object arg0,
Object arg1) |
void |
putAll(Map arg0) |
Object |
remove(Object arg0) |
int |
size() |
Collection |
values() |
eagerlyLoadDataCollection, getOwner, getPersistenceDelegator, getRelation, getRelationsMap, setOwner, setRelationsMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOwner, getPersistenceDelegator, getRelation, getRelationsMap, setOwner, setRelationsMappublic ProxyMap()
public ProxyMap(PersistenceDelegator delegator, Relation relation)
public ProxyCollection getCopy()
ProxyCollectiongetCopy in interface ProxyCollectionpublic Object getDataCollection()
ProxyCollectiongetDataCollection in interface ProxyCollectionpublic boolean containsKey(Object arg0)
containsKey in interface Mappublic boolean containsValue(Object arg0)
containsValue in interface Mappublic Collection values()
Copyright © 2015. All Rights Reserved.