protected class SimpleCacheImpl.EntrySet extends SimpleCacheImpl.EntrySetBase<Map.Entry<K,V>> implements CacheSet<Map.Entry<K,V>>
| Modifier | Constructor and Description |
|---|---|
protected |
EntrySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Map.Entry<K,V> entry) |
boolean |
addAll(Collection<? extends Map.Entry<K,V>> c) |
CloseableIterator<Map.Entry<K,V>> |
iterator() |
CacheStream<Map.Entry<K,V>> |
parallelStream() |
CloseableSpliterator<Map.Entry<K,V>> |
spliterator() |
CacheStream<Map.Entry<K,V>> |
stream() |
clear, contains, isEmpty, remove, removeAll, retainAll, size, toArrayequals, hashCodecontainsAll, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitlocalPublisher, localPublisherclear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayremoveIfpublic CloseableIterator<Map.Entry<K,V>> iterator()
CloseableIteratorCollectionThis iterator should be explicitly closed when iteration upon it is completed. Failure to do so could cause resources to not be freed properly
iterator in interface Iterable<Map.Entry<K,V>>iterator in interface Collection<Map.Entry<K,V>>iterator in interface Set<Map.Entry<K,V>>iterator in interface CloseableIteratorCollection<Map.Entry<K,V>>iterator in class AbstractCollection<Map.Entry<K,V>>public CloseableSpliterator<Map.Entry<K,V>> spliterator()
CloseableIteratorCollectionThis spliterator should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
spliterator in interface Iterable<Map.Entry<K,V>>spliterator in interface Collection<Map.Entry<K,V>>spliterator in interface Set<Map.Entry<K,V>>spliterator in interface CloseableIteratorCollection<Map.Entry<K,V>>spliterator in interface CloseableIteratorSet<Map.Entry<K,V>>public boolean addAll(Collection<? extends Map.Entry<K,V>> c)
public CacheStream<Map.Entry<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<Map.Entry<K,V>>stream in interface CacheCollection<Map.Entry<K,V>>stream in interface CloseableIteratorCollection<Map.Entry<K,V>>public CacheStream<Map.Entry<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<Map.Entry<K,V>>parallelStream in interface CacheCollection<Map.Entry<K,V>>parallelStream in interface CloseableIteratorCollection<Map.Entry<K,V>>Copyright © 2021 JBoss by Red Hat. All rights reserved.