Class AbstractDelegatingSet<E>
java.lang.Object
org.infinispan.commons.util.AbstractDelegatingCollection<E>
org.infinispan.commons.util.AbstractDelegatingSet<E>
- All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>
public abstract class AbstractDelegatingSet<E>
extends AbstractDelegatingCollection<E>
implements Set<E>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractDelegatingCollection
add, addAll, clear, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
AbstractDelegatingSet
public AbstractDelegatingSet()
-
-
Method Details
-
delegate
- Specified by:
delegatein classAbstractDelegatingCollection<E>
-