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 TypeInterfaceDescriptioninterface
Defines an iterator that operates over an orderedMap
.Fields in org.apache.commons.collections declared as MapIteratorModifier and TypeFieldDescriptionstatic final MapIterator
IteratorUtils.EMPTY_MAP_ITERATOR
A map iterator over no elements.Methods in org.apache.commons.collections that return MapIteratorModifier and TypeMethodDescriptionstatic MapIterator
IteratorUtils.emptyMapIterator()
Gets an empty map iterator.BidiMap.mapIterator()
Obtains aMapIterator
over the map.IterableMap.mapIterator()
Obtains aMapIterator
over the map.static MapIterator
IteratorUtils.unmodifiableMapIterator
(MapIterator mapIterator) Gets an immutable version of aMapIterator
.Methods in org.apache.commons.collections with parameters of type MapIteratorModifier and TypeMethodDescriptionstatic MapIterator
IteratorUtils.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 class
Inner class MapIterator.protected static class
Inner class MapIterator.Methods in org.apache.commons.collections.bidimap that return MapIteratorModifier and TypeMethodDescriptionAbstractBidiMapDecorator.mapIterator()
AbstractDualBidiMap.mapIterator()
Obtains aMapIterator
over 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 TypeClassDescriptionclass
Provides basic behaviour for decorating a map iterator with extra functionality.class
Provides basic behaviour for decorating an ordered map iterator with extra functionality.class
Provides an implementation of an empty map iterator.class
Provides an implementation of an empty ordered map iterator.class
Implements aMapIterator
using a Map entrySet.final class
Decorates a map iterator such that it cannot be modified.final class
Decorates an ordered map iterator such that it cannot be modified.Fields in org.apache.commons.collections.iterators declared as MapIteratorModifier and TypeFieldDescriptionstatic final MapIterator
EmptyMapIterator.INSTANCE
Singleton instance of the iterator.protected final MapIterator
AbstractMapIteratorDecorator.iterator
The iterator being decoratedMethods in org.apache.commons.collections.iterators that return MapIteratorModifier and TypeMethodDescriptionstatic MapIterator
UnmodifiableMapIterator.decorate
(MapIterator iterator) Decorates the specified iterator such that it cannot be modified.protected MapIterator
AbstractMapIteratorDecorator.getMapIterator()
Gets the iterator being decorated.Methods in org.apache.commons.collections.iterators with parameters of type MapIteratorModifier and TypeMethodDescriptionstatic MapIterator
UnmodifiableMapIterator.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 class
MapIterator implementation.protected static class
MapIterator 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()