Class UnboundedLocalCache.EntryIterator<K,V>
java.lang.Object
com.github.benmanes.caffeine.cache.UnboundedLocalCache.EntryIterator<K,V>
- Enclosing class:
UnboundedLocalCache<K,V>
-
Field Details
-
cache
-
iterator
-
entry
-
-
Constructor Details
-
EntryIterator
EntryIterator(UnboundedLocalCache<K, V> cache)
-
-
Method Details
-
hasNext
-
next
-
remove
-