Uses of Interface
org.apache.commons.collections4.MapIterator
Packages that use MapIterator
Package
Description
Interfaces and utilities shared across all packages.
Implements the
Iterator
interface.Implements the
MultiValuedMap
interfaces.Implements the "split map" concept.
-
Uses of MapIterator in org.apache.commons.collections4
Subinterfaces of MapIterator in org.apache.commons.collections4Modifier and TypeInterfaceDescriptioninterface
OrderedMapIterator<K,
V> Defines an iterator that operates over an orderedMap
.Fields in org.apache.commons.collections4 declared as MapIteratorModifier and TypeFieldDescriptionstatic final MapIterator
IteratorUtils.EMPTY_MAP_ITERATOR
A map iterator over no elements.Methods in org.apache.commons.collections4 that return MapIteratorModifier and TypeMethodDescriptionstatic <K,
V> MapIterator <K, V> IteratorUtils.emptyMapIterator()
Gets an empty map iterator.IterableGet.mapIterator()
Obtains aMapIterator
over the map.MultiValuedMap.mapIterator()
Obtains aMapIterator
over this multivalued map.static <K,
V> MapIterator <K, V> IteratorUtils.unmodifiableMapIterator
(MapIterator<K, V> mapIterator) Gets an immutable version of aMapIterator
.Methods in org.apache.commons.collections4 with parameters of type MapIteratorModifier and TypeMethodDescriptionstatic <K,
V> MapIterator <K, V> IteratorUtils.unmodifiableMapIterator
(MapIterator<K, V> mapIterator) Gets an immutable version of aMapIterator
. -
Uses of MapIterator in org.apache.commons.collections4.bidimap
Classes in org.apache.commons.collections4.bidimap that implement MapIteratorModifier and TypeClassDescriptionprotected static class
Inner class MapIterator.protected static class
Inner class MapIterator.Methods in org.apache.commons.collections4.bidimap that return MapIteratorModifier and TypeMethodDescriptionAbstractBidiMapDecorator.mapIterator()
AbstractDualBidiMap.mapIterator()
Obtains aMapIterator
over the map.UnmodifiableBidiMap.mapIterator()
-
Uses of MapIterator in org.apache.commons.collections4.iterators
Classes in org.apache.commons.collections4.iterators that implement MapIteratorModifier and TypeClassDescriptionclass
Provides basic behavior for decorating a map iterator with extra functionality.class
Provides basic behavior for decorating an ordered map iterator with extra functionality.class
EmptyMapIterator<K,
V> Provides an implementation of an empty map iterator.class
Provides an implementation of an empty ordered map iterator.class
EntrySetMapIterator<K,
V> 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.collections4.iterators declared as MapIteratorModifier and TypeFieldDescriptionstatic final MapIterator
EmptyMapIterator.INSTANCE
Singleton instance of the iterator.Methods in org.apache.commons.collections4.iterators that return MapIteratorModifier and TypeMethodDescriptionstatic <K,
V> MapIterator <K, V> EmptyMapIterator.emptyMapIterator()
Gets a typed instance of the iterator.protected MapIterator
<K, V> AbstractMapIteratorDecorator.getMapIterator()
Gets the iterator being decorated.static <K,
V> MapIterator <K, V> UnmodifiableMapIterator.unmodifiableMapIterator
(MapIterator<? extends K, ? extends V> iterator) Decorates the specified iterator such that it cannot be modified.Methods in org.apache.commons.collections4.iterators with parameters of type MapIteratorModifier and TypeMethodDescriptionstatic <K,
V> MapIterator <K, V> UnmodifiableMapIterator.unmodifiableMapIterator
(MapIterator<? extends K, ? extends V> iterator) Decorates the specified iterator such that it cannot be modified.Constructors in org.apache.commons.collections4.iterators with parameters of type MapIteratorModifierConstructorDescriptionAbstractMapIteratorDecorator
(MapIterator<K, V> iterator) Constructor that decorates the specified iterator. -
Uses of MapIterator in org.apache.commons.collections4.map
Classes in org.apache.commons.collections4.map that implement MapIteratorModifier and TypeClassDescriptionprotected static class
MapIterator implementation.protected static class
MapIterator implementation.protected static class
OrderedMapIterator implementation.class
Adapts a Map entrySet to the MapIterator interface.Methods in org.apache.commons.collections4.map that return MapIteratorModifier and TypeMethodDescriptionAbstractHashedMap.mapIterator()
Gets an iterator over the map.AbstractIterableMap.mapIterator()
Obtains aMapIterator
over the map.AbstractReferenceMap.mapIterator()
Gets a MapIterator over the reference map.Flat3Map.mapIterator()
Gets an iterator over the map.MapIterator
<MultiKey<? extends K>, V> MultiKeyMap.mapIterator()
UnmodifiableMap.mapIterator()
-
Uses of MapIterator in org.apache.commons.collections4.multimap
Methods in org.apache.commons.collections4.multimap that return MapIteratorModifier and TypeMethodDescriptionAbstractMultiValuedMap.mapIterator()
AbstractMultiValuedMapDecorator.mapIterator()
UnmodifiableMultiValuedMap.mapIterator()
-
Uses of MapIterator in org.apache.commons.collections4.splitmap
Methods in org.apache.commons.collections4.splitmap that return MapIteratorModifier and TypeMethodDescriptionAbstractIterableGetMapDecorator.mapIterator()
Gets a MapIterator over this Get.