Package org.infinispan.cache.impl
Class SimpleCacheImpl.CacheEntrySet
java.lang.Object
java.util.AbstractCollection<CacheEntry<K,V>>
java.util.AbstractSet<CacheEntry<K,V>>
SimpleCacheImpl<K,V>.org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase<CacheEntry<K,V>>
org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
- All Implemented Interfaces:
Iterable<CacheEntry<K,,V>> Collection<CacheEntry<K,,V>> Set<CacheEntry<K,,V>> CacheCollection<CacheEntry<K,,V>> CacheSet<CacheEntry<K,,V>> org.infinispan.commons.util.CloseableIteratorCollection<CacheEntry<K,,V>> org.infinispan.commons.util.CloseableIteratorSet<CacheEntry<K,V>>
- Enclosing class:
SimpleCacheImpl<K,V>
protected class SimpleCacheImpl.CacheEntrySet
extends SimpleCacheImpl<K,V>.EntrySetBase<CacheEntry<K,V>>
implements CacheSet<CacheEntry<K,V>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(CacheEntry<K, V> entry) booleanaddAll(Collection<? extends CacheEntry<K, V>> c) org.infinispan.commons.util.CloseableIterator<CacheEntry<K, V>> iterator()org.infinispan.commons.util.CloseableSpliterator<CacheEntry<K, V>> stream()Methods inherited from class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
clear, contains, isEmpty, remove, removeAll, retainAll, size, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
containsAll, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.CacheCollection
localPublisher, localPublisherMethods inherited from interface java.util.Collection
removeIf, toArray
-
Constructor Details
-
CacheEntrySet
protected CacheEntrySet()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceorg.infinispan.commons.util.CloseableIteratorCollection<CacheEntry<K,V>> - Specified by:
iteratorin interfaceCollection<CacheEntry<K,V>> - Specified by:
iteratorin interfaceIterable<CacheEntry<K,V>> - Specified by:
iteratorin interfaceSet<CacheEntry<K,V>> - Specified by:
iteratorin classAbstractCollection<CacheEntry<K,V>>
-
spliterator
- Specified by:
spliteratorin interfaceorg.infinispan.commons.util.CloseableIteratorCollection<CacheEntry<K,V>> - Specified by:
spliteratorin interfaceorg.infinispan.commons.util.CloseableIteratorSet<CacheEntry<K,V>> - Specified by:
spliteratorin interfaceCollection<CacheEntry<K,V>> - Specified by:
spliteratorin interfaceIterable<CacheEntry<K,V>> - Specified by:
spliteratorin interfaceSet<CacheEntry<K,V>>
-
add
- Specified by:
addin interfaceCollection<CacheEntry<K,V>> - Specified by:
addin interfaceSet<CacheEntry<K,V>> - Overrides:
addin classAbstractCollection<CacheEntry<K,V>>
-
addAll
- Specified by:
addAllin interfaceCollection<CacheEntry<K,V>> - Specified by:
addAllin interfaceSet<CacheEntry<K,V>> - Overrides:
addAllin classAbstractCollection<CacheEntry<K,V>>
-
stream
- Specified by:
streamin interfaceCacheCollection<CacheEntry<K,V>> - Specified by:
streamin interfaceorg.infinispan.commons.util.CloseableIteratorCollection<CacheEntry<K,V>> - Specified by:
streamin interfaceCollection<CacheEntry<K,V>>
-
parallelStream
- Specified by:
parallelStreamin interfaceCacheCollection<CacheEntry<K,V>> - Specified by:
parallelStreamin interfaceorg.infinispan.commons.util.CloseableIteratorCollection<CacheEntry<K,V>> - Specified by:
parallelStreamin interfaceCollection<CacheEntry<K,V>>
-