K - key typeV - value typepublic static class PartitionedCache.EntryIterator<K,V> extends WrapperCollections.AbstractWrapperIterator
| Constructor and Description | 
|---|
EntryIterator(Iterator<Map.Entry<K,V>> iter,
             PartitionedCache<K,V> cache)
Construct an  
PartitionedCache.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 EntryIterator(Iterator<Map.Entry<K,V>> iter, PartitionedCache<K,V> cache)
PartitionedCache.EntryIterator backed by the specified iterator.iter - the underlying iteratorcache - iterate over entries of this cachepublic boolean hasNext()
WrapperCollections.AbstractWrapperIteratorhasNext in interface IteratorhasNext in class WrapperCollections.AbstractWrapperIteratorpublic javax.cache.Cache.Entry<K,V> next()
WrapperCollections.AbstractWrapperIteratornext in interface Iteratornext in class WrapperCollections.AbstractWrapperIteratorpublic void remove()
WrapperCollections.AbstractWrapperIteratorremove in interface Iteratorremove in class WrapperCollections.AbstractWrapperIterator