FixedSizeList, GrowthList, LazyList, SetUniqueList, UnmodifiableListpublic abstract class AbstractSerializableListDecorator<E> extends AbstractListDecorator<E>
| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractSerializableListDecorator(java.util.List<E> list) |
Constructor that wraps (not copies).
|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, setCollection, size, toArray, toArray, toStringadd, addAll, decorated, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListprotected AbstractSerializableListDecorator(java.util.List<E> list)
list - the list to decorate, must not be nulljava.lang.NullPointerException - if list is nullCopyright © 2001-2019 - Apache Software Foundation