public interface ProxyCollection extends Proxy, java.util.Collection
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getElementType()
The collection element type.
|
ProxyCollection |
newInstance(java.lang.Class elementType,
java.util.Comparator comp,
boolean trackChanges,
boolean autoOff)
Create a new instance of this proxy type.
|
copy, getChangeTracker, getOwner, getOwnerField, setOwner
java.lang.Class getElementType()
ProxyCollection newInstance(java.lang.Class elementType, java.util.Comparator comp, boolean trackChanges, boolean autoOff)
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.