Class AbstractSortedMapDecorator.SortedMapIterator<K,V>

java.lang.Object
org.apache.openjpa.lib.util.collections.EntrySetToMapIteratorAdapter<K,V>
org.apache.openjpa.lib.util.collections.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>

protected static class AbstractSortedMapDecorator.SortedMapIterator<K,V> extends EntrySetToMapIteratorAdapter<K,V> implements OrderedMapIterator<K,V>
OrderedMapIterator implementation.
  • Constructor Details

    • SortedMapIterator

      protected SortedMapIterator(Set<Map.Entry<K,V>> entrySet)
      Create a new AbstractSortedMapDecorator.SortedMapIterator.
      Parameters:
      entrySet - the entrySet to iterate
  • Method Details