public abstract class AbstractSerializableListDecorator<E> extends AbstractListDecorator<E>
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractSerializableListDecorator(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, retainAll, setCollection, size, toArray, toArray, toStringadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected AbstractSerializableListDecorator(List<E> list)
list - the list to decorate, must not be nullNullPointerException - if list is nullCopyright © 2022. All rights reserved.