Class DelegateList<T extends Collection<?>>

Type Parameters:
T - The class type of the wrapped bean.
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, Deque<Object>, List<Object>, Queue<Object>, Delegate<T>

public class DelegateList<T extends Collection<?>> extends JsonList implements Delegate<T>
Represents a wrapped Collection where entries in the list can be removed or reordered without affecting the underlying list.
See Also: