Uses of Interface
org.apache.commons.collections4.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.This package contains implementations of the
MultiValuedMap
interfaces.This package contains implementations of the
Trie
interface.-
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 multi-valued map.SplitMapUtils.WrappedGet.mapIterator()
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.(package private) class
An iterator over the map.(package private) class
An iterator over the map.Methods in org.apache.commons.collections4.bidimap that return MapIteratorModifier and TypeMethodDescriptionprivate MapIterator
<?, ?> TreeBidiMap.getMapIterator
(TreeBidiMap.DataElement dataElement) AbstractBidiMapDecorator.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 behaviour for decorating a map iterator with extra functionality.class
Provides basic behaviour 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.private final MapIterator
<K, V> AbstractMapIteratorDecorator.iterator
The iterator being decoratedprivate final MapIterator
<? extends K, ? extends V> UnmodifiableMapIterator.iterator
The iterator being decoratedMethods in org.apache.commons.collections4.iterators that return MapIteratorModifier and TypeMethodDescriptionstatic <K,
V> MapIterator <K, V> EmptyMapIterator.emptyMapIterator()
Get 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.private
UnmodifiableMapIterator
(MapIterator<? extends K, ? extends V> iterator) Constructor. -
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.(package private) static class
The MapIterator implementation.protected static class
OrderedMapIterator implementation.class
Adapts a Map entrySet to the MapIterator interface.(package private) static class
FlatMapIterator(package private) static class
(package private) static class
SingletonMapIterator.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
Classes in org.apache.commons.collections4.multimap that implement MapIteratorModifier and TypeClassDescriptionprivate class
Inner class for MapIterator.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()
Get a MapIterator over this Get. -
Uses of MapIterator in org.apache.commons.collections4.trie
Classes in org.apache.commons.collections4.trie that implement MapIteratorModifier and TypeClassDescriptionprivate class
AnOrderedMapIterator
for ainvalid reference
Trie