Class CacheProxy.EntryIterator
- java.lang.Object
-
- com.github.benmanes.caffeine.jcache.CacheProxy.EntryIterator
-
- All Implemented Interfaces:
java.util.Iterator<javax.cache.Cache.Entry<K,V>>
- Enclosing class:
- CacheProxy<K,V>
final class CacheProxy.EntryIterator extends java.lang.Object implements java.util.Iterator<javax.cache.Cache.Entry<K,V>>
An iterator to safely expose the cache entries.
-
-
Constructor Summary
Constructors Constructor Description EntryIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
javax.cache.Cache.Entry<K,V>
next()
void
remove()
-