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.
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.booleanaddAll(int index, Collection<? extends E> c) Deprecated.booleanaddAll(Collection<? extends E> c) Deprecated.voidclear()Deprecated.abstract voidDeprecated.remove(int index) Deprecated.booleanDeprecated.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
-
ChangeNotifyingArrayList
Deprecated.
-
-
Method Details
-
onContentsChanged
Deprecated. -
set
Deprecated. -
add
Deprecated. -
add
Deprecated. -
remove
Deprecated. -
remove
Deprecated. -
clear
Deprecated. -
addAll
Deprecated. -
addAll
Deprecated. -
removeRange
Deprecated.- Overrides:
removeRangein classArrayList<E>
-
removeAll
Deprecated. -
retainAll
Deprecated.
-