Package org.infinispan.commons.util
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
-
Method Summary
Methods inherited from class org.infinispan.commons.util.AbstractDelegatingCollection
add, addAll, clear, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
AbstractDelegatingSet
public AbstractDelegatingSet()
-
-
Method Details
-
delegate
- Specified by:
delegate
in classAbstractDelegatingCollection<E>
-