public interface ProxyCollection extends Proxy, Collection
Modifier and Type | Method and Description |
---|---|
Class |
getElementType()
The collection element type.
|
ProxyCollection |
newInstance(Class elementType,
Comparator comp,
boolean trackChanges,
boolean autoOff)
Create a new instance of this proxy type.
|
copy, getChangeTracker, getOwner, getOwnerField, setOwner
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
Class getElementType()
ProxyCollection newInstance(Class elementType, Comparator comp, boolean trackChanges, boolean autoOff)
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.