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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic SetWrapper(java.util.Set<T> delegate)
delegate - The delegate.