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, spliterator
add, addAll, clear, contains, containsAll, forEach, isEmpty, remove, removeAll, removeIf, retainAll, size, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
spliterator
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
iterator
removeIf
protected 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 © 2018 JBoss, a division of Red Hat. All rights reserved.