Class AbstractSortedMapDecorator.SortedMapIterator<K,V>

java.lang.Object
org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter<K,V>
org.apache.commons.collections4.map.AbstractSortedMapDecorator.SortedMapIterator<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Iterator<K>, MapIterator<K,V>, OrderedIterator<K>, OrderedMapIterator<K,V>, ResettableIterator<K>
Enclosing class:
AbstractSortedMapDecorator<K,V>

OrderedMapIterator implementation.