public abstract static class WrapperCollections.AbstractWrapperSet<E> extends WrapperCollections.AbstractWrapperCollection<E> implements Set<E>
m_colDelegate| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractWrapperSet() |
Default constructor.
|
protected |
AbstractWrapperSet(Set<E> set) |
Create an AbstractWrapperSet which delegates to the specified Set.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Set<E> |
getDelegate() |
Return the Set to which all operations should be delegated to.
|
add, addAll, clear, contains, containsAll, equals, forEach, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, 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, streamprotected Set<E> getDelegate()
getDelegate in class WrapperCollections.AbstractWrapperCollection<E>