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,V> OrderedMapIterator<K,V> |
IteratorUtils.emptyOrderedMapIterator()
Gets an empty ordered map iterator.
|
OrderedMapIterator<K,V> |
OrderedMap.mapIterator()
Obtains an
OrderedMapIterator over the map. |
Modifier and Type | Class and Description |
---|---|
protected static class |
DualTreeBidiMap.BidiOrderedMapIterator<K,V>
Inner class MapIterator.
|
Modifier and Type | Method and Description |
---|---|
OrderedMapIterator<K,V> |
UnmodifiableSortedBidiMap.mapIterator() |
OrderedMapIterator<K,V> |
UnmodifiableOrderedBidiMap.mapIterator() |
OrderedMapIterator<K,V> |
TreeBidiMap.mapIterator() |
OrderedMapIterator<K,V> |
DualTreeBidiMap.mapIterator()
Obtains an ordered map iterator.
|
OrderedMapIterator<K,V> |
AbstractOrderedBidiMapDecorator.mapIterator() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrderedMapIteratorDecorator<K,V>
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
|
class |
EmptyOrderedMapIterator<K,V>
Provides an implementation of an empty ordered map iterator.
|
class |
UnmodifiableOrderedMapIterator<K,V>
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,V> OrderedMapIterator<K,V> |
EmptyOrderedMapIterator.emptyOrderedMapIterator()
Get a typed instance of the iterator.
|
protected OrderedMapIterator<K,V> |
AbstractOrderedMapIteratorDecorator.getOrderedMapIterator()
Gets the iterator being decorated.
|
static <K,V> OrderedMapIterator<K,V> |
UnmodifiableOrderedMapIterator.unmodifiableOrderedMapIterator(OrderedMapIterator<K,? extends V> iterator)
Decorates the specified iterator such that it cannot be modified.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> OrderedMapIterator<K,V> |
UnmodifiableOrderedMapIterator.unmodifiableOrderedMapIterator(OrderedMapIterator<K,? extends V> iterator)
Decorates the specified iterator such that it cannot be modified.
|
Constructor and Description |
---|
AbstractOrderedMapIteratorDecorator(OrderedMapIterator<K,V> iterator)
Constructor that decorates the specified iterator.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractLinkedMap.LinkMapIterator<K,V>
MapIterator implementation.
|
protected static class |
AbstractSortedMapDecorator.SortedMapIterator<K,V>
OrderedMapIterator implementation.
|
Modifier and Type | Method and Description |
---|---|
OrderedMapIterator<K,V> |
UnmodifiableOrderedMap.mapIterator() |
OrderedMapIterator<K,V> |
SingletonMap.mapIterator()
Obtains an
OrderedMapIterator over the map. |
OrderedMapIterator<K,V> |
ListOrderedMap.mapIterator() |
OrderedMapIterator<K,V> |
AbstractSortedMapDecorator.mapIterator()
Obtains a
MapIterator over the map. |
OrderedMapIterator<K,V> |
AbstractOrderedMapDecorator.mapIterator() |
OrderedMapIterator<K,V> |
AbstractLinkedMap.mapIterator()
Gets an iterator over the map.
|
Modifier and Type | Method and Description |
---|---|
OrderedMapIterator<K,V> |
UnmodifiableTrie.mapIterator() |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.