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

@Deprecated public abstract class ChangeNotifyingArrayList<E> extends ArrayList<E>
Deprecated.
this class is no longer used and will be removed in jsoup 1.21.1.
Implementation of ArrayList that watches out for changes to the contents.
See Also: