Package org.infinispan
Interface CacheSet<E>
-
- Type Parameters:
E
- The type of the set
- All Superinterfaces:
CacheCollection<E>
,CloseableIteratorCollection<E>
,CloseableIteratorSet<E>
,Collection<E>
,Iterable<E>
,Set<E>
public interface CacheSet<E> extends CacheCollection<E>, CloseableIteratorSet<E>
A set that also must implement the variousCacheCollection
methods for streams.
-
-
Method Summary
-
Methods inherited from interface org.infinispan.CacheCollection
localPublisher, localPublisher, parallelStream, stream
-
Methods inherited from interface org.infinispan.commons.util.CloseableIteratorCollection
iterator
-
Methods inherited from interface org.infinispan.commons.util.CloseableIteratorSet
spliterator
-
-