K - key type of the cacheV - value type of the cachepublic abstract class AbstractDelegatingKeyCacheSet<K,V> extends AbstractDelegatingCacheSet<K>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDelegatingKeyCacheSet(Cache<K,V> cache,
CacheSet<K> set) |
| Modifier and Type | Method and Description |
|---|---|
protected CacheSet<K> |
delegate() |
protected CacheStream<K> |
getStream(boolean parallel) |
CacheStream<K> |
parallelStream() |
CacheStream<K> |
stream() |
iterator, spliteratoradd, addAll, clear, contains, containsAll, forEach, isEmpty, remove, removeAll, removeIf, retainAll, size, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayiteratorremoveIfprotected final CacheSet<K> delegate()
delegate in class AbstractDelegatingCacheSet<K>public CacheStream<K> stream()
stream in interface Collection<K>stream in interface CacheCollection<K>stream in class AbstractDelegatingCacheCollection<K>public CacheStream<K> parallelStream()
parallelStream in interface Collection<K>parallelStream in interface CacheCollection<K>parallelStream in class AbstractDelegatingCacheCollection<K>protected CacheStream<K> getStream(boolean parallel)
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.