Package org.infinispan.cache.impl
Class SimpleCacheImpl.EntrySetBase<T extends Map.Entry<K,V>>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase<T>
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,Set<T>
,CacheCollection<T>
,CacheSet<T>
,CloseableIteratorCollection<T>
,CloseableIteratorSet<T>
- Direct Known Subclasses:
SimpleCacheImpl.CacheEntrySet
,SimpleCacheImpl.EntrySet
- Enclosing class:
- SimpleCacheImpl<K,
V>
protected abstract class SimpleCacheImpl.EntrySetBase<T extends Map.Entry<K,V>>
extends AbstractSet<T>
implements CacheSet<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, iterator, 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, parallelStream, stream
Methods inherited from interface org.infinispan.commons.util.CloseableIteratorCollection
iterator, spliterator
Methods inherited from interface org.infinispan.commons.util.CloseableIteratorSet
spliterator
Methods inherited from interface java.util.Collection
removeIf, toArray
-
Constructor Details
-
EntrySetBase
protected EntrySetBase()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
toArray
-
remove
-
retainAll
-
removeAll
-
clear
public void clear()
-