Package | Description |
---|---|
org.apache.openjpa.lib.util.collections |
commons-collections4 import.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractLinkedMap.LinkMapIterator<K,V>
MapIterator implementation.
|
protected static class |
AbstractSortedMapDecorator.SortedMapIterator<K,V>
OrderedMapIterator implementation.
|
protected static class |
DualTreeBidiMap.BidiOrderedMapIterator<K,V>
Inner class MapIterator.
|
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.
|
OrderedMapIterator<K,V> |
AbstractOrderedMapDecorator.mapIterator() |
OrderedMapIterator<K,V> |
AbstractLinkedMap.mapIterator()
Gets an iterator over the map.
|
OrderedMapIterator<K,V> |
TreeBidiMap.mapIterator() |
OrderedMapIterator<K,V> |
OrderedMap.mapIterator()
Obtains an
OrderedMapIterator over the map. |
OrderedMapIterator<K,V> |
DualTreeBidiMap.mapIterator()
Obtains an ordered map iterator.
|
OrderedMapIterator<K,V> |
AbstractSortedMapDecorator.mapIterator()
Obtains a
MapIterator over the map. |
OrderedMapIterator<K,V> |
UnmodifiableOrderedMap.mapIterator() |
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.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.