Package org.jsoup.helper
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:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidclear()Deprecated.abstract voidDeprecated.remove(int index) Deprecated.booleanremove(Object o) Deprecated.booleanremoveAll(Collection<?> c) Deprecated.protected voidremoveRange(int fromIndex, int toIndex) Deprecated.booleanretainAll(Collection<?> c) Deprecated.Deprecated.Methods inherited from class java.util.ArrayList
clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
Method Details
-
onContentsChanged
public abstract void onContentsChanged()Deprecated. -
set
Deprecated. -
add
Deprecated. -
add
Deprecated. -
remove
Deprecated. -
remove
public boolean remove(Object o) Deprecated. -
clear
public void clear()Deprecated. -
addAll
Deprecated. -
addAll
Deprecated. -
removeRange
protected void removeRange(int fromIndex, int toIndex) Deprecated.- Overrides:
-
removeRangein classArrayList<E>
-
removeAll
public boolean removeAll(Collection<?> c) Deprecated. -
retainAll
public boolean retainAll(Collection<?> c) Deprecated.
-