Package org.infinispan.cache.impl
Class SimpleCacheImpl.EntrySet
java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
java.util.AbstractSet<Map.Entry<K,V>>
SimpleCacheImpl<K,V>.org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase<Map.Entry<K,V>>
org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<K,
,V>> Collection<Map.Entry<K,
,V>> Set<Map.Entry<K,
,V>> CacheCollection<Map.Entry<K,
,V>> CacheSet<Map.Entry<K,
,V>> CloseableIteratorCollection<Map.Entry<K,
,V>> CloseableIteratorSet<Map.Entry<K,
V>>
- Enclosing class:
SimpleCacheImpl<K,
V>
protected class SimpleCacheImpl.EntrySet
extends SimpleCacheImpl<K,V>.EntrySetBase<Map.Entry<K,V>>
implements CacheSet<Map.Entry<K,V>>
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
clear, contains, isEmpty, remove, removeAll, retainAll, size, toArray
Methods inherited from class java.util.AbstractSet
equals, hashCode
Methods inherited from class java.util.AbstractCollection
containsAll, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.infinispan.CacheCollection
localPublisher, localPublisher
Methods inherited from interface java.util.Collection
removeIf, toArray
-
Constructor Details
-
EntrySet
protected EntrySet()
-
-
Method Details
-
iterator
Description copied from interface:CloseableIteratorCollection
This iterator should be explicitly closed when iteration upon it is completed. Failure to do so could cause resources to not be freed properly
- Specified by:
iterator
in interfaceCloseableIteratorCollection<Map.Entry<K,
V>> - Specified by:
iterator
in interfaceCollection<Map.Entry<K,
V>> - Specified by:
iterator
in interfaceIterable<Map.Entry<K,
V>> - Specified by:
iterator
in interfaceSet<Map.Entry<K,
V>> - Specified by:
iterator
in classAbstractCollection<Map.Entry<K,
V>>
-
spliterator
Description copied from interface:CloseableIteratorCollection
This spliterator should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
- Specified by:
spliterator
in interfaceCloseableIteratorCollection<Map.Entry<K,
V>> - Specified by:
spliterator
in interfaceCloseableIteratorSet<Map.Entry<K,
V>> - Specified by:
spliterator
in interfaceCollection<Map.Entry<K,
V>> - Specified by:
spliterator
in interfaceIterable<Map.Entry<K,
V>> - Specified by:
spliterator
in interfaceSet<Map.Entry<K,
V>>
-
add
-
addAll
-
stream
Description copied from interface:CloseableIteratorCollection
This stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
- Specified by:
stream
in interfaceCacheCollection<Map.Entry<K,
V>> - Specified by:
stream
in interfaceCloseableIteratorCollection<Map.Entry<K,
V>> - Specified by:
stream
in interfaceCollection<Map.Entry<K,
V>>
-
parallelStream
Description copied from interface:CloseableIteratorCollection
This stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
- Specified by:
parallelStream
in interfaceCacheCollection<Map.Entry<K,
V>> - Specified by:
parallelStream
in interfaceCloseableIteratorCollection<Map.Entry<K,
V>> - Specified by:
parallelStream
in interfaceCollection<Map.Entry<K,
V>>
-