Class 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>>