public abstract class AbstractSerializableListDecorator<E> extends AbstractListDecorator<E> implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSerializableListDecorator(java.util.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, setCollection, size, toArray, toArray, toStringprotected AbstractSerializableListDecorator(java.util.List<E> list)
list - the list to decorate, must not be nulljava.lang.IllegalArgumentException - if list is nullCopyright © 2001-2013. All Rights Reserved.