Class UnboundedLocalCache.ValuesIterator<K,V>

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

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