Uses of Interface
org.apache.openjpa.lib.util.collections.OrderedIterator
-
Packages that use OrderedIterator Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of OrderedIterator in org.apache.openjpa.lib.util.collections
Subinterfaces of OrderedIterator in org.apache.openjpa.lib.util.collections Modifier and Type Interface Description interface
OrderedMapIterator<K,V>
Defines an iterator that operates over an orderedMap
.interface
ResettableListIterator<E>
Defines a list iterator that can be reset back to an initial state.Classes in org.apache.openjpa.lib.util.collections that implement OrderedIterator Modifier and Type Class 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 anIterator
into aResettableListIterator
.class
UnmodifiableOrderedMapIterator<K,V>
Decorates an ordered map iterator such that it cannot be modified.Fields in org.apache.openjpa.lib.util.collections declared as OrderedIterator Modifier and Type Field Description static OrderedIterator
EmptyOrderedIterator. INSTANCE
Singleton instance of the iterator.Methods in org.apache.openjpa.lib.util.collections that return OrderedIterator Modifier and Type Method Description static <E> OrderedIterator<E>
EmptyOrderedIterator. emptyOrderedIterator()
Typed instance of the iterator.
-