public abstract class AbstractSerializableListDecorator<E> extends AbstractListDecorator<E>
Modifier | Constructor and Description |
---|---|
protected |
AbstractSerializableListDecorator(List<E> list)
Constructor that wraps (not copies).
|
add, addAll, decorated, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, setCollection, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected AbstractSerializableListDecorator(List<E> list)
list
- the list to decorate, must not be nullIllegalArgumentException
- if list is nullCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.