Class AbstractSerializableListDecorator
java.lang.Object
org.apache.commons.collections.collection.AbstractCollectionDecorator
org.apache.commons.collections.list.AbstractListDecorator
org.apache.commons.collections.list.AbstractSerializableListDecorator
- All Implemented Interfaces:
Serializable,Iterable,Collection,List
- Direct Known Subclasses:
FixedSizeList,GrowthList,LazyList,SetUniqueList,UnmodifiableList
public abstract class AbstractSerializableListDecorator
extends AbstractListDecorator
implements Serializable
Serializable subclass of AbstractListDecorator.
- Since:
- Commons Collections 3.1
- Author:
- Stephen Colebourne
- See Also:
-
Field Summary
Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
collection -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor. -
Method Summary
Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListMethods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
AbstractSerializableListDecorator
Constructor.
-