Class SimpleCacheImpl.KeySet

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

protected class SimpleCacheImpl.KeySet extends AbstractSet<K> implements CacheSet<K>