public abstract class AbstractSerializableListDecorator<E> extends AbstractListDecorator<E> implements Serializable
collection| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSerializableListDecorator(List<E> list)
Constructor that wraps (not copies).
|
add, addAll, decorated, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringprotected AbstractSerializableListDecorator(List<E> list)
list - the list to decorate, must not be nullIllegalArgumentException - if list is nullCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.