Class BoundedLocalCache.ValueIterator<K,V>

java.lang.Object
com.github.benmanes.caffeine.cache.BoundedLocalCache.ValueIterator<K,V>
All Implemented Interfaces:
Iterator<V>
Enclosing class:
BoundedLocalCache<K,V>

static final class BoundedLocalCache.ValueIterator<K,V> extends Object implements Iterator<V>
An adapter to safely externalize the value iterator.