K - key type of the cacheV - value type of the cachepublic abstract class AbstractDelegatingEntryCacheSet<K,V> extends AbstractDelegatingCacheSet<CacheEntry<K,V>>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDelegatingEntryCacheSet(Cache<K,V> cache,
CacheSet<CacheEntry<K,V>> set) |
| Modifier and Type | Method and Description |
|---|---|
protected CacheSet<CacheEntry<K,V>> |
delegate() |
protected CacheStream<CacheEntry<K,V>> |
getStream(boolean parallel) |
CacheStream<CacheEntry<K,V>> |
parallelStream() |
CacheStream<CacheEntry<K,V>> |
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, waitlocalPublisher, localPublisherspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayiteratorremoveIfprotected final CacheSet<CacheEntry<K,V>> delegate()
delegate in class AbstractDelegatingCacheSet<CacheEntry<K,V>>public CacheStream<CacheEntry<K,V>> stream()
CloseableIteratorCollectionThis stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
stream in interface Collection<CacheEntry<K,V>>stream in interface CacheCollection<CacheEntry<K,V>>stream in interface CloseableIteratorCollection<CacheEntry<K,V>>stream in class AbstractDelegatingCacheCollection<CacheEntry<K,V>>public CacheStream<CacheEntry<K,V>> parallelStream()
CloseableIteratorCollectionThis stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
parallelStream in interface Collection<CacheEntry<K,V>>parallelStream in interface CacheCollection<CacheEntry<K,V>>parallelStream in interface CloseableIteratorCollection<CacheEntry<K,V>>parallelStream in class AbstractDelegatingCacheCollection<CacheEntry<K,V>>protected CacheStream<CacheEntry<K,V>> getStream(boolean parallel)
Copyright © 2022 JBoss by Red Hat. All rights reserved.