Class BoundedLocalCache.KeyIterator<K,V>

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

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