Infinispan Core 8.2.11.Final-redhat-1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
E
- The type of the collection
- All Superinterfaces:
- org.infinispan.commons.util.CloseableIteratorCollection<E>, Collection<E>, Iterable<E>
- All Known Subinterfaces:
- CacheSet<E>
- All Known Implementing Classes:
- AbstractDelegatingCacheCollection, AbstractDelegatingCacheSet, AbstractDelegatingEntryCacheSet, AbstractDelegatingKeyCacheSet, DistributionBulkInterceptor.BackingEntrySet, DistributionBulkInterceptor.BackingKeySet, DistributionBulkInterceptor.TxBackingEntrySet, SimpleCacheImpl.CacheEntrySet, SimpleCacheImpl.EntrySet, SimpleCacheImpl.EntrySetBase, SimpleCacheImpl.KeySet, SimpleCacheImpl.Values, ValueCacheCollection
public interface CacheCollection<E>
extends org.infinispan.commons.util.CloseableIteratorCollection<E>
A collection type that returns special Cache based streams that have additional options to tweak behavior.
- Since:
- 8.0
-
-
Method Summary
-
Methods inherited from interface org.infinispan.commons.util.CloseableIteratorCollection
iterator, spliterator
-
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, removeIf, retainAll, size, toArray, toArray
Infinispan Core 8.2.11.Final-redhat-1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.