Class UnboundedLocalCache.KeyIterator<K>
java.lang.Object
com.github.benmanes.caffeine.cache.UnboundedLocalCache.KeyIterator<K>
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
UnboundedLocalCache<K,V>
-
Field Details
-
cache
-
iterator
-
current
@Nullable K current
-
-
Constructor Details
-
KeyIterator
KeyIterator(UnboundedLocalCache<K, ?> cache)
-
-
Method Details
-
hasNext
-
next
-
remove
-