Class LifecycleAwareList<T>

java.lang.Object
org.kuali.rice.krad.uif.util.LifecycleAwareList<T>
Type Parameters:
T - list item type
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>, Copyable

public class LifecycleAwareList<T> extends Object implements List<T>, Copyable, Serializable
List implementation for internal use by a lifecycle element.

Mutability of the list will follow the semantics for the lifecycle element.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also: