Package gw.util.concurrent
Class Cache.ConcurrentLinkedHashMap.EntryIteratorAdapter
java.lang.Object
gw.util.concurrent.Cache.ConcurrentLinkedHashMap.EntryIteratorAdapter
- Enclosing class:
- Cache.ConcurrentLinkedHashMap<K,
V>
private final class Cache.ConcurrentLinkedHashMap.EntryIteratorAdapter
extends Object
implements Iterator<Map.Entry<K,V>>
An adapter to represent the data store's entry iterator in the external type.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntryIteratorAdapter
(Iterator<Map.Entry<K, Cache.ConcurrentLinkedHashMap.Node<K, V>>> iterator) -
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
-
Field Details
-
iterator
-
current
-
-
Constructor Details
-
EntryIteratorAdapter
-
-
Method Details