Class ChangeNotifyingArrayList<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.jsoup.helper.ChangeNotifyingArrayList<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess

public abstract class ChangeNotifyingArrayList<E>
extends ArrayList<E>
Implementation of ArrayList that watches out for changes to the contents.
See Also:
Serialized Form