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 class
AbstractLinkedMap.LinkMapIterator<K,V>
MapIterator implementation.protected static class
AbstractSortedMapDecorator.SortedMapIterator<K,V>
OrderedMapIterator implementation.protected static class
DualTreeBidiMap.BidiOrderedMapIterator<K,V>
Inner class MapIterator.class
EmptyOrderedMapIterator<K,V>
Provides an implementation of an empty ordered map iterator.class
UnmodifiableOrderedMapIterator<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 OrderedMapIterator
EmptyOrderedMapIterator. INSTANCE
Singleton 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 aMapIterator
over the map.OrderedMapIterator<K,V>
DualTreeBidiMap. mapIterator()
Obtains an ordered map iterator.OrderedMapIterator<K,V>
OrderedMap. mapIterator()
Obtains anOrderedMapIterator
over 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.
-