E - the type of the elements in this setpublic abstract class AbstractSerializableSetDecorator<E> extends AbstractSetDecorator<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSerializableSetDecorator(java.util.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, waitprotected AbstractSerializableSetDecorator(java.util.Set<E> set)
set - the list to decorate, must not be nulljava.lang.NullPointerException - if set is null