public class DelayedArrayListProxy extends ArrayList implements ProxyCollection, DelayedProxy
modCount| Constructor and Description |
|---|
DelayedArrayListProxy() |
DelayedArrayListProxy(Collection paramCollection) |
DelayedArrayListProxy(int paramInt) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int paramInt,
Object paramObject) |
boolean |
add(Object paramObject) |
boolean |
addAll(Collection paramCollection) |
boolean |
addAll(int paramInt,
Collection paramCollection) |
void |
clear() |
Object |
clone() |
void |
closeBroker()
Close the broker that is used to service this proxy.
|
boolean |
contains(Object object) |
boolean |
containsAll(Collection collection) |
Object |
copy(Object paramObject)
Return an unproxied copy of the given instance.
|
boolean |
equals(Object paramObject) |
Object |
get(int location) |
Broker |
getBroker()
Get the broker that is used to service this proxy.
|
BrokerFactory |
getBrokerFactory() |
ChangeTracker |
getChangeTracker()
Return the change tracker for this proxy, or null if none.
|
int |
getDelayedField()
Returns the expected field index even if this collection
was detached.
|
OpenJPAStateManager |
getDelayedOwner()
Returns a state manager that can service this proxy even if
the collection was detached.
|
Class |
getElementType()
The collection element type.
|
OpenJPAStateManager |
getOwner()
Return the owning object.
|
int |
getOwnerField()
Return the owning field index.
|
OpenJPAStateManager |
getOwnerStateManager()
Returns the state manager of the owning instance.
|
int |
hashCode() |
int |
indexOf(Object object) |
boolean |
isDelayLoad() |
boolean |
isDetached()
Returns whether the proxy is detached.
|
boolean |
isDirectAccess()
Returns whether the caller has direct-call access to the proxied
object.
|
boolean |
isEmpty() |
Iterator |
iterator() |
int |
lastIndexOf(Object object) |
ListIterator |
listIterator() |
ListIterator |
listIterator(int paramInt) |
void |
load()
Load the proxy if it was delay-loaded.
|
ProxyCollection |
newInstance(Class paramClass,
Comparator paramComparator,
boolean paramBoolean1,
boolean paramBoolean2)
Create a new instance of this proxy type.
|
Object |
remove(int paramInt) |
boolean |
remove(Object paramObject) |
boolean |
removeAll(Collection paramCollection) |
boolean |
retainAll(Collection paramCollection) |
Object |
set(int paramInt,
Object paramObject) |
protected void |
setChangeTracker(CollectionChangeTracker ct) |
void |
setDirectAccess(boolean direct)
Sets whether the caller has direct-call access to the proxied
object.
|
protected void |
setElementType(Class<?> elemType) |
void |
setOwner(OpenJPAStateManager paramOpenJPAStateManager,
int paramInt)
Reset the state of the proxy, and set the owning instance of the
proxy and the name of the field it is assigned to.
|
int |
size() |
List |
subList(int start,
int end) |
Object[] |
toArray() |
Object[] |
toArray(Object[] array) |
protected Object |
writeReplace() |
ensureCapacity, forEach, removeIf, removeRange, replaceAll, sort, spliterator, trimToSizetoStringfinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, spliterator, streampublic DelayedArrayListProxy()
public DelayedArrayListProxy(Collection paramCollection)
public DelayedArrayListProxy(int paramInt)
public void setOwner(OpenJPAStateManager paramOpenJPAStateManager, int paramInt)
Proxypublic int getDelayedField()
DelayedProxygetDelayedField in interface DelayedProxypublic OpenJPAStateManager getDelayedOwner()
DelayedProxygetDelayedOwner in interface DelayedProxypublic OpenJPAStateManager getOwner()
Proxypublic int getOwnerField()
ProxygetOwnerField in interface Proxypublic ChangeTracker getChangeTracker()
ProxygetChangeTracker in interface Proxyprotected void setChangeTracker(CollectionChangeTracker ct)
public Object copy(Object paramObject)
Proxypublic Class getElementType()
ProxyCollectiongetElementType in interface ProxyCollectionprotected void setElementType(Class<?> elemType)
public ProxyCollection newInstance(Class paramClass, Comparator paramComparator, boolean paramBoolean1, boolean paramBoolean2)
ProxyCollectionnewInstance in interface ProxyCollectionpublic boolean add(Object paramObject)
public void add(int paramInt,
Object paramObject)
public void clear()
public boolean addAll(int paramInt,
Collection paramCollection)
public boolean addAll(Collection paramCollection)
public boolean remove(Object paramObject)
public Object remove(int paramInt)
public Iterator iterator()
public ListIterator listIterator(int paramInt)
listIterator in interface ListlistIterator in class ArrayListpublic ListIterator listIterator()
listIterator in interface ListlistIterator in class ArrayListpublic boolean removeAll(Collection paramCollection)
public boolean retainAll(Collection paramCollection)
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean isDelayLoad()
public Object get(int location)
public int indexOf(Object object)
public int lastIndexOf(Object object)
lastIndexOf in interface ListlastIndexOf in class ArrayListpublic List subList(int start, int end)
public boolean contains(Object object)
public boolean containsAll(Collection collection)
containsAll in interface CollectioncontainsAll in interface ListcontainsAll in class AbstractCollectionpublic boolean isEmpty()
public int size()
public Object[] toArray()
public boolean equals(Object paramObject)
equals in interface Collectionequals in interface Listequals in class AbstractListpublic int hashCode()
hashCode in interface CollectionhashCode in interface ListhashCode in class AbstractListpublic boolean isDirectAccess()
DelayedProxyisDirectAccess in interface DelayedProxypublic void setDirectAccess(boolean direct)
DelayedProxysetDirectAccess in interface DelayedProxypublic BrokerFactory getBrokerFactory()
public void load()
DelayedProxyload in interface DelayedProxypublic Broker getBroker()
DelayedProxygetBroker in interface DelayedProxypublic void closeBroker()
DelayedProxycloseBroker in interface DelayedProxypublic OpenJPAStateManager getOwnerStateManager()
DelayedProxygetOwnerStateManager in interface DelayedProxypublic boolean isDetached()
DelayedProxyisDetached in interface DelayedProxyCopyright © 2006–2020 Apache Software Foundation. All rights reserved.