public abstract class SetWrapper<E> extends CollectionWrapper<E> implements Set<E>
| Modifier | Constructor and Description |
|---|---|
protected |
SetWrapper() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Set<E> |
wrapped()
Implementations should return the wrapped
Set here. |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamCopyright (c) 2006 C. Scott Ananian