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