Package org.infinispan.cache.impl
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>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractSetequals, hashCodeMethods inherited from class java.util.AbstractCollectionadd, addAll, containsAll, iterator, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.CacheCollectionlocalPublisher, localPublisher, parallelStream, streamMethods inherited from interface org.infinispan.commons.util.CloseableIteratorCollectioniterator, spliteratorMethods inherited from interface org.infinispan.commons.util.CloseableIteratorSetspliteratorMethods inherited from interface java.util.CollectionremoveIf, toArray
- 
Constructor Details- 
EntrySetBaseprotected EntrySetBase()
 
- 
- 
Method Details- 
sizepublic int size()
- 
isEmptypublic boolean isEmpty()
- 
contains
- 
toArray
- 
remove
- 
retainAll
- 
removeAll
- 
clearpublic void clear()
 
-