Package | Description |
---|---|
org.apache.openjpa.lib.util.collections |
commons-collections4 import.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrderedMapIterator<K,V>
Defines an iterator that operates over an ordered
Map . |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractDualBidiMap.BidiMapIterator<K,V>
Inner class MapIterator.
|
protected static class |
AbstractHashedMap.HashMapIterator<K,V>
MapIterator implementation.
|
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 |
EmptyMapIterator<K,V>
Provides an implementation of an empty map iterator.
|
class |
EmptyOrderedMapIterator<K,V>
Provides an implementation of an empty ordered map iterator.
|
class |
EntrySetToMapIteratorAdapter<K,V>
Adapts a Map entrySet to the MapIterator interface.
|
class |
UnmodifiableOrderedMapIterator<K,V>
Decorates an ordered map iterator such that it cannot be modified.
|
Modifier and Type | Field and Description |
---|---|
static MapIterator |
EmptyMapIterator.INSTANCE
Singleton instance of the iterator.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> MapIterator<K,V> |
EmptyMapIterator.emptyMapIterator()
Get a typed instance of the iterator.
|
MapIterator<K,V> |
IterableMap.mapIterator()
Obtains a
MapIterator over the map. |
MapIterator<K,V> |
AbstractReferenceMap.mapIterator()
Gets a MapIterator over the reference map.
|
MapIterator<K,V> |
AbstractIterableMap.mapIterator()
Obtains a
MapIterator over the map. |
MapIterator<K,V> |
AbstractHashedMap.mapIterator()
Gets an iterator over the map.
|
MapIterator<K,V> |
AbstractDualBidiMap.mapIterator()
Obtains a
MapIterator over the map. |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.