Class SimpleCacheImpl.Values

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

protected class SimpleCacheImpl.Values extends AbstractSet<V> implements CacheCollection<V>