Class MapEntryIteratorToCacheEntryIteratorAdapter<K,V>
- java.lang.Object
- 
- com.tangosol.coherence.jcache.common.MapEntryIteratorToCacheEntryIteratorAdapter<K,V>
 
- 
- Type Parameters:
- K- the type of the keys
- V- the type of the values
 - All Implemented Interfaces:
- Iterator<javax.cache.Cache.Entry<K,V>>
 
 public class MapEntryIteratorToCacheEntryIteratorAdapter<K,V> extends Object implements Iterator<javax.cache.Cache.Entry<K,V>> - Since:
- Coherence 12.1.3
- Author:
- bo 2013.10.24
 
- 
- 
Constructor SummaryConstructors Constructor Description MapEntryIteratorToCacheEntryIteratorAdapter(Iterator<Map.Entry<K,V>> iterMap)Constructs aMapEntryIteratorToCacheEntryIteratorAdapterthat lazily adapts anIteratoroverMapentries in to anIteratoroverCacheentries.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()javax.cache.Cache.Entry<K,V>next()voidremove()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining
 
- 
 
-