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
  • Method Details

    • 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.