Package com.uc4.util

Class ArrayListDecorator<T>

Type Parameters:
T - Type
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess

public class ArrayListDecorator<T> extends ArrayList<T>
Adds notification behavior to java.util.ArrayList
See Also: