K - the type of the keysV - the type of the valuespublic class MapEntryIteratorToCacheEntryIteratorAdapter<K,V> extends Object implements Iterator<javax.cache.Cache.Entry<K,V>>
| Constructor and Description |
|---|
MapEntryIteratorToCacheEntryIteratorAdapter(Iterator<Map.Entry<K,V>> iterMap)
Constructs a
MapEntryIteratorToCacheEntryIteratorAdapter that lazily adapts an Iterator over Map entries in to an Iterator over Cache entries. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
javax.cache.Cache.Entry<K,V> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining