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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBaseclear, contains, isEmpty, remove, removeAll, retainAll, size, toArrayMethods inherited from class java.util.AbstractSetequals, hashCodeMethods inherited from class java.util.AbstractCollectioncontainsAll, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.CacheCollectionlocalPublisher, localPublisherMethods inherited from interface java.util.CollectionremoveIf, toArray
- 
Constructor Details- 
EntrySetprotected EntrySet()
 
- 
- 
Method Details- 
iteratorDescription copied from interface:CloseableIteratorCollectionThis 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:
- iteratorin interface- CloseableIteratorCollection<Map.Entry<K,- V>> 
- Specified by:
- iteratorin interface- Collection<Map.Entry<K,- V>> 
- Specified by:
- iteratorin interface- Iterable<Map.Entry<K,- V>> 
- Specified by:
- iteratorin interface- Set<Map.Entry<K,- V>> 
- Specified by:
- iteratorin class- AbstractCollection<Map.Entry<K,- V>> 
 
- 
spliteratorDescription copied from interface:CloseableIteratorCollectionThis spliterator should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly - Specified by:
- spliteratorin interface- CloseableIteratorCollection<Map.Entry<K,- V>> 
- Specified by:
- spliteratorin interface- CloseableIteratorSet<Map.Entry<K,- V>> 
- Specified by:
- spliteratorin interface- Collection<Map.Entry<K,- V>> 
- Specified by:
- spliteratorin interface- Iterable<Map.Entry<K,- V>> 
- Specified by:
- spliteratorin interface- Set<Map.Entry<K,- V>> 
 
- 
add
- 
addAll
- 
streamDescription copied from interface:CloseableIteratorCollectionThis stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly - Specified by:
- streamin interface- CacheCollection<Map.Entry<K,- V>> 
- Specified by:
- streamin interface- CloseableIteratorCollection<Map.Entry<K,- V>> 
- Specified by:
- streamin interface- Collection<Map.Entry<K,- V>> 
 
- 
parallelStreamDescription copied from interface:CloseableIteratorCollectionThis stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly - Specified by:
- parallelStreamin interface- CacheCollection<Map.Entry<K,- V>> 
- Specified by:
- parallelStreamin interface- CloseableIteratorCollection<Map.Entry<K,- V>> 
- Specified by:
- parallelStreamin interface- Collection<Map.Entry<K,- V>> 
 
 
-