ListOrderedSet, UnmodifiableSetpublic abstract class AbstractSerializableSetDecorator<E> extends AbstractSetDecorator<E>
| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractSerializableSetDecorator(java.util.Set<E> set) |
Constructor.
|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, setCollection, size, toArray, toArray, toStringdecorated, equals, hashCodeprotected AbstractSerializableSetDecorator(java.util.Set<E> set)
set - the list to decorate, must not be nulljava.lang.NullPointerException - if set is nullCopyright © 2001-2019 - Apache Software Foundation