Class SimpleCacheImpl.EntrySetBase<T extends Map.Entry<K,V> >
java.lang.Object
java.util.AbstractCollection<T>
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>
- Author:
- Radim Vansa <rvansa@redhat.com>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSet
equals, hashCodeMethods inherited from class AbstractCollection
add, addAll, containsAll, iterator, toArray, toStringMethods inherited from interface CacheCollection
localPublisher, localPublisher, parallelStream, streamMethods inherited from interface CloseableIteratorCollection
iterator, spliteratorMethods inherited from interface CloseableIteratorSet
spliteratorMethods inherited from interface Collection
removeIf, toArray
-
Constructor Details
-
EntrySetBase
protected EntrySetBase()
-
-
Method Details
-
size
-
isEmpty
-
contains
-
toArray
-
remove
-
retainAll
-
removeAll
-
clear
-