Class AbstractSerializableListDecorator<E>
java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<E>
org.apache.commons.collections4.list.AbstractListDecorator<E>
org.apache.commons.collections4.list.AbstractSerializableListDecorator<E>
- Type Parameters:
- E- the type of the elements in the list.
- All Implemented Interfaces:
- Serializable,- Iterable<E>,- Collection<E>,- List<E>
- Direct Known Subclasses:
- FixedSizeList,- GrowthList,- LazyList,- SetUniqueList,- UnmodifiableList
Serializable subclass of AbstractListDecorator.
- Since:
- 3.1
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that wraps (not copies).
- 
Method SummaryMethods inherited from class org.apache.commons.collections4.list.AbstractListDecoratoradd, addAll, decorated, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListMethods inherited from class org.apache.commons.collections4.collection.AbstractCollectionDecoratoradd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, removeIf, retainAll, setCollection, size, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream
- 
Constructor Details- 
AbstractSerializableListDecoratorConstructor that wraps (not copies).- Parameters:
- list- the list to decorate, must not be null
- Throws:
- NullPointerException- if list is null
 
 
-