Uses of Interface
org.apache.openjpa.lib.util.collections.OrderedMapIterator
- 
Packages that use OrderedMapIterator Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. - 
- 
Uses of OrderedMapIterator in org.apache.openjpa.lib.util.collections
Classes in org.apache.openjpa.lib.util.collections that implement OrderedMapIterator Modifier and Type Class Description protected static classAbstractLinkedMap.LinkMapIterator<K,V>MapIterator implementation.protected static classAbstractSortedMapDecorator.SortedMapIterator<K,V>OrderedMapIterator implementation.protected static classDualTreeBidiMap.BidiOrderedMapIterator<K,V>Inner class MapIterator.classEmptyOrderedMapIterator<K,V>Provides an implementation of an empty ordered map iterator.classUnmodifiableOrderedMapIterator<K,V>Decorates an ordered map iterator such that it cannot be modified.Fields in org.apache.openjpa.lib.util.collections declared as OrderedMapIterator Modifier and Type Field Description static OrderedMapIteratorEmptyOrderedMapIterator. INSTANCESingleton instance of the iterator.Methods in org.apache.openjpa.lib.util.collections that return OrderedMapIterator Modifier and Type Method Description static <K,V>
OrderedMapIterator<K,V>EmptyOrderedMapIterator. emptyOrderedMapIterator()Get a typed instance of the iterator.OrderedMapIterator<K,V>AbstractLinkedMap. mapIterator()Gets an iterator over the map.OrderedMapIterator<K,V>AbstractOrderedMapDecorator. mapIterator()OrderedMapIterator<K,V>AbstractSortedMapDecorator. mapIterator()Obtains aMapIteratorover the map.OrderedMapIterator<K,V>DualTreeBidiMap. mapIterator()Obtains an ordered map iterator.OrderedMapIterator<K,V>OrderedMap. mapIterator()Obtains anOrderedMapIteratorover the map.OrderedMapIterator<K,V>TreeBidiMap. mapIterator()OrderedMapIterator<K,V>UnmodifiableOrderedMap. mapIterator()static <K,V>
OrderedMapIterator<K,V>UnmodifiableOrderedMapIterator. unmodifiableOrderedMapIterator(OrderedMapIterator<K,? extends V> iterator)Decorates the specified iterator such that it cannot be modified.Methods in org.apache.openjpa.lib.util.collections with parameters of type OrderedMapIterator Modifier and Type Method Description static <K,V>
OrderedMapIterator<K,V>UnmodifiableOrderedMapIterator. unmodifiableOrderedMapIterator(OrderedMapIterator<K,? extends V> iterator)Decorates the specified iterator such that it cannot be modified. 
 -