Class BoundedLocalCache.EntryIterator<K,V>
java.lang.Object
com.github.benmanes.caffeine.cache.BoundedLocalCache.EntryIterator<K,V>
- Enclosing class:
- BoundedLocalCache<K,
V>
static final class BoundedLocalCache.EntryIterator<K,V>
extends Object
implements Iterator<Map.Entry<K,V>>
An adapter to safely externalize the entry iterator.
-
Field Details
-
Constructor Details
-
EntryIterator
EntryIterator(BoundedLocalCache<K, V> cache)
-
-
Method Details