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
Constructors Constructor Description MapEntryIteratorToCacheEntryIteratorAdapter(Iterator<Map.Entry<K,V>> iterMap)
Constructs aMapEntryIteratorToCacheEntryIteratorAdapter
that lazily adapts anIterator
overMap
entries in to anIterator
overCache
entries.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
javax.cache.Cache.Entry<K,V>
next()
void
remove()
-
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
-
-