org.apache.openjpa.util
Interface ProxyCollection
- All Superinterfaces:
- Collection, Iterable, Proxy
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)
- Create a new instance of this proxy type.
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.