Package | Description |
---|---|
org.apache.openjpa.lib.util.collections |
commons-collections4 import.
|
Modifier and Type | Interface and Description |
---|---|
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 |
AbstractDualBidiMap.BidiMapIterator<K,V>
Inner class MapIterator.
|
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 |
EmptyIterator<E>
Provides an implementation of an empty iterator.
|
class |
EmptyMapIterator<K,V>
Provides an implementation of an empty map iterator.
|
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 |
EntrySetToMapIteratorAdapter<K,V>
Adapts a Map entrySet to the MapIterator interface.
|
class |
ListIteratorWrapper<E>
Converts an
Iterator into a ResettableListIterator . |
Modifier and Type | Field and Description |
---|---|
static ResettableIterator |
EmptyIterator.RESETTABLE_INSTANCE
Singleton instance of the iterator.
|
Modifier and Type | Method and Description |
---|---|
static <E> ResettableIterator<E> |
EmptyIterator.resettableEmptyIterator()
Get a typed resettable empty iterator instance.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.