Infinispan Core 8.2.11.Final-redhat-1
-
- Type Parameters:
K
- key type of the cache
V
- value type of the cache
- All Implemented Interfaces:
- Iterable<CacheEntry<K,V>>, Collection<CacheEntry<K,V>>, Set<CacheEntry<K,V>>, CacheCollection<CacheEntry<K,V>>, CacheSet<CacheEntry<K,V>>, org.infinispan.commons.util.CloseableIteratorCollection<CacheEntry<K,V>>, org.infinispan.commons.util.CloseableIteratorSet<CacheEntry<K,V>>
public abstract class AbstractDelegatingEntryCacheSet<K,V>
extends AbstractDelegatingCacheSet<CacheEntry<K,V>>
Abstract cache entry set that delegates to the underlying cache for stream usage
-
-
Method Summary
-
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.commons.util.CloseableIteratorSet
spliterator
-
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
-
Methods inherited from interface org.infinispan.commons.util.CloseableIteratorCollection
iterator
Infinispan Core 8.2.11.Final-redhat-1
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.