Uses of Interface
org.apache.openjpa.lib.util.collections.OrderedMapIterator
Packages that use OrderedMapIterator
-
Uses of OrderedMapIterator in org.apache.openjpa.lib.util.collections
Classes in org.apache.openjpa.lib.util.collections that implement OrderedMapIteratorModifier and TypeClassDescriptionprotected static classMapIterator implementation.protected static classOrderedMapIterator implementation.protected static classInner class MapIterator.classProvides an implementation of an empty ordered map iterator.final classDecorates an ordered map iterator such that it cannot be modified.Fields in org.apache.openjpa.lib.util.collections declared as OrderedMapIteratorModifier and TypeFieldDescriptionstatic final OrderedMapIteratorEmptyOrderedMapIterator.INSTANCESingleton instance of the iterator.Methods in org.apache.openjpa.lib.util.collections that return OrderedMapIteratorModifier and TypeMethodDescriptionstatic <K,V> OrderedMapIterator<K, V> EmptyOrderedMapIterator.emptyOrderedMapIterator()Get a typed instance of the iterator.AbstractLinkedMap.mapIterator()Gets an iterator over the map.AbstractOrderedMapDecorator.mapIterator()AbstractSortedMapDecorator.mapIterator()Obtains aMapIteratorover the map.DualTreeBidiMap.mapIterator()Obtains an ordered map iterator.OrderedMap.mapIterator()Obtains anOrderedMapIteratorover the map.TreeBidiMap.mapIterator()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 OrderedMapIteratorModifier and TypeMethodDescriptionstatic <K,V> OrderedMapIterator<K, V> UnmodifiableOrderedMapIterator.unmodifiableOrderedMapIterator(OrderedMapIterator<K, ? extends V> iterator) Decorates the specified iterator such that it cannot be modified.