public abstract class AbstractDelegatingSet<E> extends AbstractDelegatingCollection<E> implements Set<E>
Constructor and Description |
---|
AbstractDelegatingSet() |
Modifier and Type | Method and Description |
---|---|
protected abstract Set<E> |
delegate() |
add, addAll, clear, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected abstract Set<E> delegate()
delegate
in class AbstractDelegatingCollection<E>
Copyright © 2021 JBoss by Red Hat. All rights reserved.