public abstract class SetWrapper<E> extends CollectionWrapper<E> implements java.util.Set<E>
| Modifier | Constructor and Description |
|---|---|
protected |
SetWrapper() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.util.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, waitprotected abstract java.util.Set<E> wrapped()
Set here.wrapped in class CollectionWrapper<E>Copyright (c) 2006 C. Scott Ananian