org.apache.openjpa.util
Interface ProxyCollection
- All Superinterfaces: 
- Collection, Iterable, Proxy
- All Known Implementing Classes: 
- DelayedArrayListProxy, DelayedHashSetProxy, DelayedLinkedHashSetProxy, DelayedLinkedListProxy, DelayedPriorityQueueProxy, DelayedTreeSetProxy, DelayedVectorProxy
- public interface ProxyCollection 
- extends Proxy, Collection
Interface implemented by all proxy collection types.
- Author:
- Abe White
 
 
| Methods inherited from interface java.util.Collection | 
| add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray | 
 
getElementType
Class getElementType()
- The collection element type.
 
- 
 
- 
 
newInstance
ProxyCollection newInstance(Class elementType,
                            Comparator comp,
                            boolean trackChanges,
                            boolean autoOff)
- Create a new instance of this proxy type.
 
- 
 
- 
 
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.