public abstract class AbstractSerializableSetDecorator<E> extends AbstractSetDecorator<E>
Modifier | Constructor and Description |
---|---|
protected |
AbstractSerializableSetDecorator(Set<E> set)
Constructor.
|
decorated, equals, hashCode
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, setCollection, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected AbstractSerializableSetDecorator(Set<E> set)
set
- the list to decorate, must not be nullNullPointerException
- if set is nullCopyright © 2001–2016. All rights reserved.