public abstract class AbstractSerializableSetDecorator<E> extends AbstractSetDecorator<E> implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSerializableSetDecorator(java.util.Set<E> set)
Constructor.
|
decoratedadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, setCollection, size, toArray, toArray, toStringprotected AbstractSerializableSetDecorator(java.util.Set<E> set)
set - the list to decorate, must not be nulljava.lang.IllegalArgumentException - if set is nullCopyright © 2001-2013. All Rights Reserved.