Class MapEntryIteratorToCacheEntryIteratorAdapter<K,V>
java.lang.Object
com.tangosol.coherence.jcache.common.MapEntryIteratorToCacheEntryIteratorAdapter<K,V>
- Type Parameters:
K
- the type of the keysV
- 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 Summary
ConstructorDescriptionConstructs aMapEntryIteratorToCacheEntryIteratorAdapter
that lazily adapts anIterator
overMap
entries in to anIterator
overCache
entries. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
Method Details