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>>
An adapter that converts an Iterator over Map entries into an Iterator over Cache entries.
Since:
Coherence 12.1.3
Author:
bo 2013.10.24