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>
An adapter to safely externalize the key iterator.
-
Field Details
-
iterator
-
cache
-
current
K current
-
-
Constructor Details
-
KeyIterator
KeyIterator(BoundedLocalCache<K, V> cache)
-
-
Method Details