| Package | Description |
|---|---|
| org.apache.commons.collections4 |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
| org.apache.commons.collections4.bidimap | |
| org.apache.commons.collections4.iterators |
This package contains implementations of the
Iterator interface.
|
| org.apache.commons.collections4.map | |
| org.apache.commons.collections4.trie |
This package contains implementations of the
Trie interface.
|
| 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 <K |
IteratorUtils.emptyOrderedMapIterator()
Gets an empty ordered map iterator.
|
OrderedMapIterator |
OrderedMap.mapIterator()
Obtains an
OrderedMapIterator over the map.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DualTreeBidiMap
Inner class MapIterator.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedMapIterator |
UnmodifiableSortedBidiMap.mapIterator()
|
OrderedMapIterator |
UnmodifiableOrderedBidiMap.mapIterator()
|
OrderedMapIterator |
AbstractOrderedBidiMapDecorator.mapIterator()
|
OrderedMapIterator |
TreeBidiMap.mapIterator()
|
OrderedMapIterator |
DualTreeBidiMap.mapIterator()
Obtains an ordered map iterator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOrderedMapIteratorDecorator<K
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
|
class |
EmptyOrderedMapIterator<K
Provides an implementation of an empty ordered map iterator.
|
class |
UnmodifiableOrderedMapIterator<K
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
EmptyOrderedMapIterator.emptyOrderedMapIterator()
Get a typed instance of the iterator.
|
protected OrderedMapIterator |
AbstractOrderedMapIteratorDecorator.getOrderedMapIterator()
Gets the iterator being decorated.
|
static <K |
UnmodifiableOrderedMapIterator.unmodifiableOrderedMapIterator(OrderedMapIterator
Decorates the specified iterator such that it cannot be modified.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
UnmodifiableOrderedMapIterator.unmodifiableOrderedMapIterator(OrderedMapIterator
Decorates the specified iterator such that it cannot be modified.
|
| Constructor and Description | |
|---|---|
AbstractOrderedMapIteratorDecorator(OrderedMapIterator
Constructor that decorates the specified iterator.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractLinkedMap
MapIterator implementation.
|
protected static class |
AbstractSortedMapDecorator
OrderedMapIterator implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedMapIterator |
AbstractSortedMapDecorator.mapIterator()
Obtains a
MapIterator over the map.
|
OrderedMapIterator |
ListOrderedMap.mapIterator()
|
OrderedMapIterator |
AbstractOrderedMapDecorator.mapIterator()
|
OrderedMapIterator |
SingletonMap.mapIterator()
Obtains an
OrderedMapIterator over the map.
|
OrderedMapIterator |
UnmodifiableOrderedMap.mapIterator()
|
OrderedMapIterator |
AbstractLinkedMap.mapIterator()
Gets an iterator over the map.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedMapIterator |
UnmodifiableTrie.mapIterator()
|