K - key typeV - value type
public static class LocalCache.EntryIterator<K,V>
extends com.oracle.common.collections.WrapperCollections.AbstractWrapperIterator
| Constructor and Description |
|---|
EntryIterator(Iterator<Map.Entry<K,V>> iter, LocalCache<K,V> cache)
Construct an EntryIterator backed by the specified iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
javax.cache.Cache.Entry<K,V> |
next() |
void |
remove() |
equals, getDelegate, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEachRemainingpublic boolean hasNext()
com.oracle.common.collections.WrapperCollections.AbstractWrapperIteratorpublic javax.cache.Cache.Entry<K,V> next()
com.oracle.common.collections.WrapperCollections.AbstractWrapperIterator