Class SimpleCacheImpl.CacheEntrySet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
SimpleCacheImpl<K,V>.EntrySetBase<CacheEntry<K,V>>
org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
All Implemented Interfaces:
Iterable<CacheEntry<K,V>>, Collection<CacheEntry<K,V>>, Set<CacheEntry<K,V>>, CacheCollection<CacheEntry<K,V>>, CacheSet<CacheEntry<K,V>>, CloseableIteratorCollection<CacheEntry<K,V>>, CloseableIteratorSet<CacheEntry<K,V>>
Enclosing class:
SimpleCacheImpl<K,V>

protected class SimpleCacheImpl.CacheEntrySet extends SimpleCacheImpl<K,V>.EntrySetBase<CacheEntry<K,V>> implements CacheSet<CacheEntry<K,V>>