K - key type of the cacheV - value type of the cachepublic class ValueCacheCollection<K,V> extends AbstractCloseableIteratorCollection<V,K,V> implements CacheCollection<V>
cache| Constructor and Description |
|---|
ValueCacheCollection(Cache<K,V> cache,
CacheSet<CacheEntry<K,V>> cacheSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
CloseableIterator<V> |
iterator() |
CacheStream<V> |
parallelStream() |
boolean |
remove(Object o) |
CloseableSpliterator<V> |
spliterator() |
CacheStream<V> |
stream() |
clear, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic CloseableIterator<V> iterator()
iterator in interface Iterable<V>iterator in interface Collection<V>iterator in interface CloseableIteratorCollection<V>iterator in class AbstractCloseableIteratorCollection<V,K,V>public CloseableSpliterator<V> spliterator()
spliterator in interface Iterable<V>spliterator in interface Collection<V>spliterator in interface CloseableIteratorCollection<V>spliterator in class AbstractCloseableIteratorCollection<V,K,V>public boolean contains(Object o)
contains in interface Collection<V>contains in class AbstractCloseableIteratorCollection<V,K,V>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<V>containsAll in class AbstractCollection<V>public boolean remove(Object o)
remove in interface Collection<V>remove in class AbstractCloseableIteratorCollection<V,K,V>public CacheStream<V> stream()
stream in interface Collection<V>stream in interface CacheCollection<V>public CacheStream<V> parallelStream()
parallelStream in interface Collection<V>parallelStream in interface CacheCollection<V>Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.