public abstract class SetWrapper<T> extends CollectionWrapper<T> implements java.util.Set<T>
delegate
Constructor and Description |
---|
SetWrapper(java.util.Set<T> delegate)
Create a new wrapper.
|
add, addAll, clear, contains, containsAll, entryAdded, entryChanged, entryRemoved, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public SetWrapper(java.util.Set<T> delegate)
delegate
- The delegate.