Class DelayedLinkedListProxy

All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Deque, List, Queue, Proxy, DelayedProxy, ProxyCollection

public class DelayedLinkedListProxy extends LinkedList implements ProxyCollection, DelayedProxy
LinkedList proxy with delay loading capability. Allows non-indexed add and remove operations to occur on an unloaded collection. Operations that require a load will trigger a load.
See Also: