Package org.infinispan.util
Class AbstractDelegatingCacheSet<E>
- java.lang.Object
-
- org.infinispan.commons.util.AbstractDelegatingCollection<E>
-
- org.infinispan.util.AbstractDelegatingCloseableIteratorCollection<E>
-
- org.infinispan.util.AbstractDelegatingCacheCollection<E>
-
- org.infinispan.util.AbstractDelegatingCacheSet<E>
-
- Type Parameters:
E
-
- All Implemented Interfaces:
java.lang.Iterable<E>
,java.util.Collection<E>
,java.util.Set<E>
,CacheCollection<E>
,CacheSet<E>
,CloseableIteratorCollection<E>
,CloseableIteratorSet<E>
public abstract class AbstractDelegatingCacheSet<E> extends AbstractDelegatingCacheCollection<E> implements CacheSet<E>
Same asAbstractDelegatingCacheCollection
except this method implements Set as well.
-
-
Constructor Summary
Constructors Constructor Description AbstractDelegatingCacheSet()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract CacheSet<E>
delegate()
-
Methods inherited from class org.infinispan.util.AbstractDelegatingCacheCollection
parallelStream, stream
-
Methods inherited from class org.infinispan.util.AbstractDelegatingCloseableIteratorCollection
iterator, spliterator
-
Methods inherited from class org.infinispan.commons.util.AbstractDelegatingCollection
add, addAll, clear, contains, containsAll, forEach, isEmpty, remove, removeAll, removeIf, retainAll, size, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.CacheCollection
localPublisher, localPublisher, parallelStream, stream
-
Methods inherited from interface org.infinispan.commons.util.CloseableIteratorCollection
iterator, spliterator
-
Methods inherited from interface org.infinispan.commons.util.CloseableIteratorSet
spliterator
-
-
-
-
Method Detail
-
delegate
protected abstract CacheSet<E> delegate()
- Specified by:
delegate
in classAbstractDelegatingCacheCollection<E>
-
-