Uses of Interface
org.apache.openjpa.lib.util.collections.MapIterator
Packages that use MapIterator
-
Uses of MapIterator in org.apache.openjpa.lib.util.collections
Subinterfaces of MapIterator in org.apache.openjpa.lib.util.collectionsModifier and TypeInterfaceDescriptioninterfaceOrderedMapIterator<K,V> Defines an iterator that operates over an orderedMap.Classes in org.apache.openjpa.lib.util.collections that implement MapIteratorModifier and TypeClassDescriptionprotected static classInner class MapIterator.protected static classMapIterator implementation.protected static classMapIterator implementation.protected static classOrderedMapIterator implementation.protected static classInner class MapIterator.classEmptyMapIterator<K,V> Provides an implementation of an empty map iterator.classProvides an implementation of an empty ordered map iterator.classAdapts a Map entrySet to the MapIterator interface.final classDecorates an ordered map iterator such that it cannot be modified.Fields in org.apache.openjpa.lib.util.collections declared as MapIteratorModifier and TypeFieldDescriptionstatic final MapIteratorEmptyMapIterator.INSTANCESingleton instance of the iterator.Methods in org.apache.openjpa.lib.util.collections that return MapIteratorModifier and TypeMethodDescriptionstatic <K,V> MapIterator<K, V> EmptyMapIterator.emptyMapIterator()Get a typed instance of the iterator.AbstractDualBidiMap.mapIterator()Obtains aMapIteratorover the map.AbstractHashedMap.mapIterator()Gets an iterator over the map.AbstractIterableMap.mapIterator()Obtains aMapIteratorover the map.AbstractReferenceMap.mapIterator()Gets a MapIterator over the reference map.IterableMap.mapIterator()Obtains aMapIteratorover the map.