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 interface
OrderedMapIterator<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 class
AbstractDualBidiMap.BidiMapIterator<K,V>
Inner class MapIterator.protected static class
AbstractHashedMap.HashMapIterator<K,V>
MapIterator implementation.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
EmptyMapIterator<K,V>
Provides an implementation of an empty map iterator.class
EmptyOrderedMapIterator<K,V>
Provides an implementation of an empty ordered map iterator.class
EntrySetToMapIteratorAdapter<K,V>
Adapts a Map entrySet to the MapIterator interface.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 MapIterator Modifier and Type Field Description static MapIterator
EmptyMapIterator. INSTANCE
Singleton 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 aMapIterator
over the map.MapIterator<K,V>
AbstractHashedMap. mapIterator()
Gets an iterator over the map.MapIterator<K,V>
AbstractIterableMap. mapIterator()
Obtains aMapIterator
over the map.MapIterator<K,V>
AbstractReferenceMap. mapIterator()
Gets a MapIterator over the reference map.MapIterator<K,V>
IterableMap. mapIterator()
Obtains aMapIterator
over the map.
-