public abstract class AbstractSerializableSetDecorator<E> extends AbstractSetDecorator<E>
Modifier | Constructor and Description |
---|---|
protected |
AbstractSerializableSetDecorator(Set<E> set)
Constructor.
|
decorated
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, setCollection, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, 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 nullIllegalArgumentException
- if set is nullCopyright © 2001–2014 The Apache Software Foundation. All rights reserved.