public abstract class AbstractSerializableListDecorator extends AbstractListDecorator implements Serializable
collection
Modifier | Constructor and Description |
---|---|
protected |
AbstractSerializableListDecorator(List list)
Constructor.
|
add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected AbstractSerializableListDecorator(List list)
Copyright © 2001-2016 Apache Software Foundation. All Rights Reserved.