Class BoundedLocalCache.ValuesView<K,V>

java.lang.Object
java.util.AbstractCollection<V>
com.github.benmanes.caffeine.cache.BoundedLocalCache.ValuesView<K,V>
All Implemented Interfaces:
Iterable<V>, Collection<V>
Enclosing class:
BoundedLocalCache<K,V>

static final class BoundedLocalCache.ValuesView<K,V> extends AbstractCollection<V>
An adapter to safely externalize the values.