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 class
MapIterator implementation.protected static class
OrderedMapIterator implementation.protected static class
Inner class MapIterator.class
Provides an implementation of an empty ordered map iterator.final class
Decorates an ordered map iterator such that it cannot be modified.Fields in org.apache.openjpa.lib.util.collections declared as OrderedMapIteratorModifier and TypeFieldDescriptionstatic final OrderedMapIterator
EmptyOrderedMapIterator.INSTANCE
Singleton 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 aMapIterator
over the map.DualTreeBidiMap.mapIterator()
Obtains an ordered map iterator.OrderedMap.mapIterator()
Obtains anOrderedMapIterator
over 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.