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
protected AbstractSerializableSetDecorator(Set<E> set)
set
- the list to decorate, must not be nullIllegalArgumentException
- if set is nullCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.