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 the
Iterator interface. |
org.apache.commons.collections.map |
Modifier and Type | Interface | Description |
---|---|---|
interface |
OrderedMapIterator |
Defines an iterator that operates over an ordered
Map . |
Modifier and Type | Field | Description |
---|---|---|
static MapIterator |
IteratorUtils.EMPTY_MAP_ITERATOR |
A map iterator over no elements.
|
Modifier and Type | Method | Description |
---|---|---|
static MapIterator |
IteratorUtils.emptyMapIterator() |
Gets an empty map iterator.
|
MapIterator |
BidiMap.mapIterator() |
Obtains a
MapIterator over the map. |
MapIterator |
IterableMap.mapIterator() |
Obtains a
MapIterator over the map. |
static MapIterator |
IteratorUtils.unmodifiableMapIterator(MapIterator mapIterator) |
Gets an immutable version of a
MapIterator . |
Modifier and Type | Method | Description |
---|---|---|
static MapIterator |
IteratorUtils.unmodifiableMapIterator(MapIterator mapIterator) |
Gets an immutable version of a
MapIterator . |
Modifier and Type | Class | Description |
---|---|---|
protected static class |
AbstractDualBidiMap.BidiMapIterator |
Inner class MapIterator.
|
protected static class |
DualTreeBidiMap.BidiOrderedMapIterator |
Inner class MapIterator.
|
Modifier and Type | Method | Description |
---|---|---|
MapIterator |
AbstractBidiMapDecorator.mapIterator() |
|
MapIterator |
AbstractDualBidiMap.mapIterator() |
Obtains a
MapIterator over the map. |
MapIterator |
TreeBidiMap.mapIterator() |
Gets an iterator over the map entries.
|
MapIterator |
UnmodifiableBidiMap.mapIterator() |
|
MapIterator |
UnmodifiableOrderedBidiMap.mapIterator() |
|
MapIterator |
UnmodifiableSortedBidiMap.mapIterator() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMapIteratorDecorator |
Provides basic behaviour for decorating a map iterator with extra functionality.
|
class |
AbstractOrderedMapIteratorDecorator |
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
|
class |
EmptyMapIterator |
Provides an implementation of an empty map iterator.
|
class |
EmptyOrderedMapIterator |
Provides an implementation of an empty ordered map iterator.
|
class |
EntrySetMapIterator |
Implements a
MapIterator using a Map entrySet. |
class |
UnmodifiableMapIterator |
Decorates a map iterator such that it cannot be modified.
|
class |
UnmodifiableOrderedMapIterator |
Decorates an ordered map iterator such that it cannot be modified.
|
Modifier and Type | Field | Description |
---|---|---|
static MapIterator |
EmptyMapIterator.INSTANCE |
Singleton instance of the iterator.
|
protected MapIterator |
AbstractMapIteratorDecorator.iterator |
The iterator being decorated
|
Modifier and Type | Method | Description |
---|---|---|
static MapIterator |
UnmodifiableMapIterator.decorate(MapIterator iterator) |
Decorates the specified iterator such that it cannot be modified.
|
protected MapIterator |
AbstractMapIteratorDecorator.getMapIterator() |
Gets the iterator being decorated.
|
Modifier and Type | Method | Description |
---|---|---|
static MapIterator |
UnmodifiableMapIterator.decorate(MapIterator iterator) |
Decorates the specified iterator such that it cannot be modified.
|
Constructor | Description |
---|---|
AbstractMapIteratorDecorator(MapIterator iterator) |
Constructor that decorates the specified iterator.
|
Modifier and Type | Class | Description |
---|---|---|
protected static class |
AbstractHashedMap.HashMapIterator |
MapIterator implementation.
|
protected static class |
AbstractLinkedMap.LinkMapIterator |
MapIterator implementation.
|
Modifier and Type | Method | Description |
---|---|---|
MapIterator |
AbstractHashedMap.mapIterator() |
Gets an iterator over the map.
|
MapIterator |
AbstractLinkedMap.mapIterator() |
Gets an iterator over the map.
|
MapIterator |
AbstractOrderedMapDecorator.mapIterator() |
|
MapIterator |
AbstractReferenceMap.mapIterator() |
Gets a MapIterator over the reference map.
|
MapIterator |
Flat3Map.mapIterator() |
Gets an iterator over the map.
|
MapIterator |
ListOrderedMap.mapIterator() |
|
MapIterator |
MultiKeyMap.mapIterator() |
|
MapIterator |
SingletonMap.mapIterator() |
Gets an iterator over the map.
|
MapIterator |
UnmodifiableMap.mapIterator() |
|
MapIterator |
UnmodifiableOrderedMap.mapIterator() |
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.