public abstract class AbstractSerializableListDecorator<E> extends AbstractListDecorator<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSerializableListDecorator(java.util.List<E> list)
Constructor that wraps (not copies).
|
add, addAll, decorated, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, removeIf, retainAll, setCollection, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprotected AbstractSerializableListDecorator(java.util.List<E> list)
list - the list to decorate, must not be nulljava.lang.NullPointerException - if list is null