E - the type of the elements in this setpublic abstract class AbstractSerializableSetDecorator<E> extends AbstractSetDecorator<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSerializableSetDecorator(Set<E> set)
Constructor.
|
decorated, equals, hashCodeadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, removeIf, retainAll, setCollection, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected AbstractSerializableSetDecorator(Set<E> set)
set - the list to decorate, must not be nullNullPointerException - if set is nullCopyright © 2001–2019 The Apache Software Foundation. All rights reserved.