Class AbstractLinkedMap.EntrySetIterator<K,V>

java.lang.Object
org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator<K,V>
org.apache.openjpa.lib.util.collections.AbstractLinkedMap.EntrySetIterator<K,V>
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>, OrderedIterator<Map.Entry<K,V>>, ResettableIterator<Map.Entry<K,V>>
Enclosing class:
AbstractLinkedMap<K,V>

protected static class AbstractLinkedMap.EntrySetIterator<K,V> extends AbstractLinkedMap.LinkIterator<K,V> implements OrderedIterator<Map.Entry<K,V>>, ResettableIterator<Map.Entry<K,V>>
EntrySet iterator.