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<K>, Collection<K>, Set<K>, CacheCollection<K>, CacheSet<K>, org.infinispan.commons.util.CloseableIteratorCollection<K>, org.infinispan.commons.util.CloseableIteratorSet<K>
public abstract class AbstractDelegatingKeyCacheSet<K,V>
extends AbstractDelegatingCacheSet<K>
Abstract cache key 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.