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 . |
interface |
ResettableListIterator<E>
Defines a list iterator that can be reset back to an initial state.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractLinkedMap.EntrySetIterator<K,V>
EntrySet iterator.
|
protected static class |
AbstractLinkedMap.KeySetIterator<K>
KeySet iterator.
|
protected static class |
AbstractLinkedMap.LinkMapIterator<K,V>
MapIterator implementation.
|
protected static class |
AbstractLinkedMap.ValuesIterator<V>
Values iterator.
|
protected static class |
AbstractSortedMapDecorator.SortedMapIterator<K,V>
OrderedMapIterator implementation.
|
protected static class |
DualTreeBidiMap.BidiOrderedMapIterator<K,V>
Inner class MapIterator.
|
class |
EmptyOrderedIterator<E>
Provides an implementation of an empty ordered iterator.
|
class |
EmptyOrderedMapIterator<K,V>
Provides an implementation of an empty ordered map iterator.
|
class |
ListIteratorWrapper<E>
Converts an
Iterator into a ResettableListIterator . |
class |
UnmodifiableOrderedMapIterator<K,V>
Decorates an ordered map iterator such that it cannot be modified.
|
Modifier and Type | Field and Description |
---|---|
static OrderedIterator |
EmptyOrderedIterator.INSTANCE
Singleton instance of the iterator.
|
Modifier and Type | Method and Description |
---|---|
static <E> OrderedIterator<E> |
EmptyOrderedIterator.emptyOrderedIterator()
Typed instance of the iterator.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.