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 TypeInterfaceDescriptioninterface
OrderedMapIterator<K,
V> Defines an iterator that operates over an orderedMap
.Classes in org.apache.openjpa.lib.util.collections that implement MapIteratorModifier and TypeClassDescriptionprotected static class
Inner class MapIterator.protected static class
MapIterator implementation.protected static class
MapIterator implementation.protected static class
OrderedMapIterator implementation.protected static class
Inner class MapIterator.class
EmptyMapIterator<K,
V> Provides an implementation of an empty map iterator.class
Provides an implementation of an empty ordered map iterator.class
Adapts a Map entrySet to the MapIterator interface.final class
Decorates an ordered map iterator such that it cannot be modified.Fields in org.apache.openjpa.lib.util.collections declared as MapIteratorModifier and TypeFieldDescriptionstatic final MapIterator
EmptyMapIterator.INSTANCE
Singleton 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 aMapIterator
over the map.AbstractHashedMap.mapIterator()
Gets an iterator over the map.AbstractIterableMap.mapIterator()
Obtains aMapIterator
over the map.AbstractReferenceMap.mapIterator()
Gets a MapIterator over the reference map.IterableMap.mapIterator()
Obtains aMapIterator
over the map.