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 | Field and Description |
---|---|
static OrderedMapIterator |
IteratorUtils.EMPTY_ORDERED_MAP_ITERATOR
An ordered map iterator over no elements.
|
Modifier and Type | Method and Description |
---|---|
static OrderedMapIterator |
IteratorUtils.emptyOrderedMapIterator()
Gets an empty ordered map iterator.
|
OrderedMapIterator |
OrderedMap.orderedMapIterator()
Obtains an
OrderedMapIterator over the map. |
Modifier and Type | Class and Description |
---|---|
protected static class |
DualTreeBidiMap.BidiOrderedMapIterator
Inner class MapIterator.
|
Modifier and Type | Method and Description |
---|---|
OrderedMapIterator |
TreeBidiMap.orderedMapIterator()
Gets an ordered iterator over the map entries.
|
OrderedMapIterator |
DualTreeBidiMap.orderedMapIterator()
Obtains an ordered map iterator.
|
OrderedMapIterator |
UnmodifiableSortedBidiMap.orderedMapIterator() |
OrderedMapIterator |
UnmodifiableOrderedBidiMap.orderedMapIterator() |
OrderedMapIterator |
AbstractOrderedBidiMapDecorator.orderedMapIterator() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrderedMapIteratorDecorator
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
|
class |
EmptyOrderedMapIterator
Provides an implementation of an empty ordered map iterator.
|
class |
UnmodifiableOrderedMapIterator
Decorates an ordered map iterator such that it cannot be modified.
|
Modifier and Type | Field and Description |
---|---|
static OrderedMapIterator |
EmptyOrderedMapIterator.INSTANCE
Singleton instance of the iterator.
|
protected OrderedMapIterator |
AbstractOrderedMapIteratorDecorator.iterator
The iterator being decorated
|
Modifier and Type | Method and Description |
---|---|
static OrderedMapIterator |
UnmodifiableOrderedMapIterator.decorate(OrderedMapIterator iterator)
Decorates the specified iterator such that it cannot be modified.
|
protected OrderedMapIterator |
AbstractOrderedMapIteratorDecorator.getOrderedMapIterator()
Gets the iterator being decorated.
|
Modifier and Type | Method and Description |
---|---|
static OrderedMapIterator |
UnmodifiableOrderedMapIterator.decorate(OrderedMapIterator iterator)
Decorates the specified iterator such that it cannot be modified.
|
Constructor and Description |
---|
AbstractOrderedMapIteratorDecorator(OrderedMapIterator iterator)
Constructor that decorates the specified iterator.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractLinkedMap.LinkMapIterator
MapIterator implementation.
|
Modifier and Type | Method and Description |
---|---|
OrderedMapIterator |
SingletonMap.orderedMapIterator()
Obtains an
OrderedMapIterator over the map. |
OrderedMapIterator |
ListOrderedMap.orderedMapIterator() |
OrderedMapIterator |
UnmodifiableOrderedMap.orderedMapIterator() |
OrderedMapIterator |
AbstractLinkedMap.orderedMapIterator()
Gets a bidirectional iterator over the map.
|
OrderedMapIterator |
AbstractOrderedMapDecorator.orderedMapIterator() |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.