Uses of Interface
org.apache.commons.collections.MapIterator
-
Packages that use MapIterator Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component.org.apache.commons.collections.bidimap org.apache.commons.collections.iterators This package contains implementations of theIteratorinterface.org.apache.commons.collections.map -
-
Uses of MapIterator in org.apache.commons.collections
Subinterfaces of MapIterator in org.apache.commons.collections Modifier and Type Interface Description interfaceOrderedMapIteratorDefines an iterator that operates over an orderedMap.Fields in org.apache.commons.collections declared as MapIterator Modifier and Type Field Description static MapIteratorIteratorUtils. EMPTY_MAP_ITERATORA map iterator over no elements.Methods in org.apache.commons.collections that return MapIterator Modifier and Type Method Description static MapIteratorIteratorUtils. emptyMapIterator()Gets an empty map iterator.MapIteratorBidiMap. mapIterator()Obtains aMapIteratorover the map.MapIteratorIterableMap. 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 MapIterator Modifier and Type Method Description static 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 MapIterator Modifier and Type Class Description protected static classAbstractDualBidiMap.BidiMapIteratorInner class MapIterator.protected static classDualTreeBidiMap.BidiOrderedMapIteratorInner class MapIterator.Methods in org.apache.commons.collections.bidimap that return MapIterator Modifier and Type Method Description MapIteratorAbstractBidiMapDecorator. mapIterator()MapIteratorAbstractDualBidiMap. mapIterator()Obtains aMapIteratorover the map.MapIteratorTreeBidiMap. mapIterator()Gets an iterator over the map entries.MapIteratorUnmodifiableBidiMap. mapIterator()MapIteratorUnmodifiableOrderedBidiMap. mapIterator()MapIteratorUnmodifiableSortedBidiMap. mapIterator() -
Uses of MapIterator in org.apache.commons.collections.iterators
Classes in org.apache.commons.collections.iterators that implement MapIterator Modifier and Type Class Description classAbstractMapIteratorDecoratorProvides basic behaviour for decorating a map iterator with extra functionality.classAbstractOrderedMapIteratorDecoratorProvides basic behaviour for decorating an ordered map iterator with extra functionality.classEmptyMapIteratorProvides an implementation of an empty map iterator.classEmptyOrderedMapIteratorProvides an implementation of an empty ordered map iterator.classEntrySetMapIteratorImplements aMapIteratorusing a Map entrySet.classUnmodifiableMapIteratorDecorates a map iterator such that it cannot be modified.classUnmodifiableOrderedMapIteratorDecorates an ordered map iterator such that it cannot be modified.Fields in org.apache.commons.collections.iterators declared as MapIterator Modifier and Type Field Description static MapIteratorEmptyMapIterator. INSTANCESingleton instance of the iterator.protected MapIteratorAbstractMapIteratorDecorator. iteratorThe iterator being decoratedMethods in org.apache.commons.collections.iterators that return MapIterator Modifier and Type Method Description static 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 MapIterator Modifier and Type Method Description static 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 MapIterator Constructor Description AbstractMapIteratorDecorator(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 MapIterator Modifier and Type Class Description protected static classAbstractHashedMap.HashMapIteratorMapIterator implementation.protected static classAbstractLinkedMap.LinkMapIteratorMapIterator implementation.Methods in org.apache.commons.collections.map that return MapIterator Modifier and Type Method Description MapIteratorAbstractHashedMap. mapIterator()Gets an iterator over the map.MapIteratorAbstractLinkedMap. mapIterator()Gets an iterator over the map.MapIteratorAbstractOrderedMapDecorator. mapIterator()MapIteratorAbstractReferenceMap. mapIterator()Gets a MapIterator over the reference map.MapIteratorFlat3Map. mapIterator()Gets an iterator over the map.MapIteratorListOrderedMap. mapIterator()MapIteratorMultiKeyMap. mapIterator()MapIteratorSingletonMap. mapIterator()Gets an iterator over the map.MapIteratorUnmodifiableMap. mapIterator()MapIteratorUnmodifiableOrderedMap. mapIterator()
-