Class BoundedLocalCache.ValueIterator<K,V>
- java.lang.Object
-
- com.github.benmanes.caffeine.cache.BoundedLocalCache.ValueIterator<K,V>
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- BoundedLocalCache<K,V>
static final class BoundedLocalCache.ValueIterator<K,V> extends java.lang.Object implements java.util.Iterator<V>
An adapter to safely externalize the value iterator.
-
-
Constructor Summary
Constructors Constructor Description ValueIterator(BoundedLocalCache<K,V> cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
V
next()
void
remove()
-
-
-
Constructor Detail
-
ValueIterator
ValueIterator(BoundedLocalCache<K,V> cache)
-
-