Uses of Interface
org.apache.commons.collections.MapIterator
Packages that use MapIterator
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
This package contains implementations of the
Iterator interface.-
Uses of MapIterator in org.apache.commons.collections
Subinterfaces of MapIterator in org.apache.commons.collectionsModifier and TypeInterfaceDescriptioninterfaceDefines an iterator that operates over an orderedMap.Fields in org.apache.commons.collections declared as MapIteratorModifier and TypeFieldDescriptionstatic final MapIteratorIteratorUtils.EMPTY_MAP_ITERATORA map iterator over no elements.Methods in org.apache.commons.collections that return MapIteratorModifier and TypeMethodDescriptionstatic MapIteratorIteratorUtils.emptyMapIterator()Gets an empty map iterator.BidiMap.mapIterator()Obtains aMapIteratorover the map.IterableMap.mapIterator()Obtains aMapIteratorover the map.static MapIteratorIteratorUtils.unmodifiableMapIterator(MapIterator mapIterator) Gets an immutable version of aMapIterator.Methods in org.apache.commons.collections with parameters of type MapIteratorModifier and TypeMethodDescriptionstatic MapIteratorIteratorUtils.unmodifiableMapIterator(MapIterator mapIterator) Gets an immutable version of aMapIterator. -
Uses of MapIterator in org.apache.commons.collections.bidimap
Classes in org.apache.commons.collections.bidimap that implement MapIteratorModifier and TypeClassDescriptionprotected static classInner class MapIterator.protected static classInner class MapIterator.Methods in org.apache.commons.collections.bidimap that return MapIteratorModifier and TypeMethodDescriptionAbstractBidiMapDecorator.mapIterator()AbstractDualBidiMap.mapIterator()Obtains aMapIteratorover the map.TreeBidiMap.mapIterator()Gets an iterator over the map entries.UnmodifiableBidiMap.mapIterator()UnmodifiableOrderedBidiMap.mapIterator()UnmodifiableSortedBidiMap.mapIterator() -
Uses of MapIterator in org.apache.commons.collections.iterators
Classes in org.apache.commons.collections.iterators that implement MapIteratorModifier and TypeClassDescriptionclassProvides basic behaviour for decorating a map iterator with extra functionality.classProvides basic behaviour for decorating an ordered map iterator with extra functionality.classProvides an implementation of an empty map iterator.classProvides an implementation of an empty ordered map iterator.classImplements aMapIteratorusing a Map entrySet.final classDecorates a map iterator such that it cannot be modified.final classDecorates an ordered map iterator such that it cannot be modified.Fields in org.apache.commons.collections.iterators declared as MapIteratorModifier and TypeFieldDescriptionstatic final MapIteratorEmptyMapIterator.INSTANCESingleton instance of the iterator.protected final MapIteratorAbstractMapIteratorDecorator.iteratorThe iterator being decoratedMethods in org.apache.commons.collections.iterators that return MapIteratorModifier and TypeMethodDescriptionstatic MapIteratorUnmodifiableMapIterator.decorate(MapIterator iterator) Decorates the specified iterator such that it cannot be modified.protected MapIteratorAbstractMapIteratorDecorator.getMapIterator()Gets the iterator being decorated.Methods in org.apache.commons.collections.iterators with parameters of type MapIteratorModifier and TypeMethodDescriptionstatic MapIteratorUnmodifiableMapIterator.decorate(MapIterator iterator) Decorates the specified iterator such that it cannot be modified.Constructors in org.apache.commons.collections.iterators with parameters of type MapIteratorModifierConstructorDescriptionAbstractMapIteratorDecorator(MapIterator iterator) Constructor that decorates the specified iterator. -
Uses of MapIterator in org.apache.commons.collections.map
Classes in org.apache.commons.collections.map that implement MapIteratorModifier and TypeClassDescriptionprotected static classMapIterator implementation.protected static classMapIterator implementation.Methods in org.apache.commons.collections.map that return MapIteratorModifier and TypeMethodDescriptionAbstractHashedMap.mapIterator()Gets an iterator over the map.AbstractLinkedMap.mapIterator()Gets an iterator over the map.AbstractOrderedMapDecorator.mapIterator()AbstractReferenceMap.mapIterator()Gets a MapIterator over the reference map.Flat3Map.mapIterator()Gets an iterator over the map.ListOrderedMap.mapIterator()MultiKeyMap.mapIterator()SingletonMap.mapIterator()Gets an iterator over the map.UnmodifiableMap.mapIterator()UnmodifiableOrderedMap.mapIterator()