Uses of Interface
org.apache.openjpa.lib.util.collections.MapIterator
-
Packages that use MapIterator Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of MapIterator in org.apache.openjpa.lib.util.collections
Subinterfaces of MapIterator in org.apache.openjpa.lib.util.collections Modifier and Type Interface Description interfaceOrderedMapIterator<K,V>Defines an iterator that operates over an orderedMap.Classes in org.apache.openjpa.lib.util.collections that implement MapIterator Modifier and Type Class Description protected static classAbstractDualBidiMap.BidiMapIterator<K,V>Inner class MapIterator.protected static classAbstractHashedMap.HashMapIterator<K,V>MapIterator implementation.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.classEmptyMapIterator<K,V>Provides an implementation of an empty map iterator.classEmptyOrderedMapIterator<K,V>Provides an implementation of an empty ordered map iterator.classEntrySetToMapIteratorAdapter<K,V>Adapts a Map entrySet to the MapIterator interface.classUnmodifiableOrderedMapIterator<K,V>Decorates an ordered map iterator such that it cannot be modified.Fields in org.apache.openjpa.lib.util.collections declared as MapIterator Modifier and Type Field Description static MapIteratorEmptyMapIterator. INSTANCESingleton instance of the iterator.Methods in org.apache.openjpa.lib.util.collections that return MapIterator Modifier and Type Method Description static <K,V>
MapIterator<K,V>EmptyMapIterator. emptyMapIterator()Get a typed instance of the iterator.MapIterator<K,V>AbstractDualBidiMap. mapIterator()Obtains aMapIteratorover the map.MapIterator<K,V>AbstractHashedMap. mapIterator()Gets an iterator over the map.MapIterator<K,V>AbstractIterableMap. mapIterator()Obtains aMapIteratorover the map.MapIterator<K,V>AbstractReferenceMap. mapIterator()Gets a MapIterator over the reference map.MapIterator<K,V>IterableMap. mapIterator()Obtains aMapIteratorover the map.
-