protected class SimpleCacheImpl.CacheEntrySet extends SimpleCacheImpl.EntrySetBase<CacheEntry<K,V>> implements CacheSet<CacheEntry<K,V>>
| Modifier | Constructor and Description |
|---|---|
protected |
CacheEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(CacheEntry<K,V> entry) |
boolean |
addAll(Collection<? extends CacheEntry<K,V>> c) |
CloseableIterator<CacheEntry<K,V>> |
iterator() |
CacheStream<CacheEntry<K,V>> |
parallelStream() |
CloseableSpliterator<CacheEntry<K,V>> |
spliterator() |
CacheStream<CacheEntry<K,V>> |
stream() |
clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayremoveIfpublic CloseableIterator<CacheEntry<K,V>> iterator()
iterator in interface Iterable<CacheEntry<K,V>>iterator in interface Collection<CacheEntry<K,V>>iterator in interface Set<CacheEntry<K,V>>iterator in interface CloseableIteratorCollection<CacheEntry<K,V>>public CloseableSpliterator<CacheEntry<K,V>> spliterator()
spliterator in interface Iterable<CacheEntry<K,V>>spliterator in interface Collection<CacheEntry<K,V>>spliterator in interface Set<CacheEntry<K,V>>spliterator in interface CloseableIteratorCollection<CacheEntry<K,V>>spliterator in interface CloseableIteratorSet<CacheEntry<K,V>>public boolean add(CacheEntry<K,V> entry)
add in interface Collection<CacheEntry<K,V>>add in interface Set<CacheEntry<K,V>>public boolean addAll(Collection<? extends CacheEntry<K,V>> c)
addAll in interface Collection<CacheEntry<K,V>>addAll in interface Set<CacheEntry<K,V>>public CacheStream<CacheEntry<K,V>> stream()
stream in interface Collection<CacheEntry<K,V>>stream in interface CacheCollection<CacheEntry<K,V>>public CacheStream<CacheEntry<K,V>> parallelStream()
parallelStream in interface Collection<CacheEntry<K,V>>parallelStream in interface CacheCollection<CacheEntry<K,V>>Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.