Class Cache.ConcurrentLinkedHashMap.EntryIteratorAdapter

java.lang.Object
gw.util.concurrent.Cache.ConcurrentLinkedHashMap.EntryIteratorAdapter
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
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.