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>
- Direct Known Subclasses:
 AbstractDelegatingCloseableIteratorSet
public abstract class AbstractDelegatingSet<E> extends AbstractDelegatingCollection<E> implements Set<E>
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractDelegatingSet() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract Set<E>delegate()- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
delegate
protected abstract Set<E> delegate()
- Specified by:
 delegatein classAbstractDelegatingCollection<E>
 
 - 
 
 -