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 interfaceOrderedMapIterator<K,V>Defines an iterator that operates over an orderedMap.interfaceResettableListIterator<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 classAbstractLinkedMap.EntrySetIterator<K,V>EntrySet iterator.protected static classAbstractLinkedMap.KeySetIterator<K>KeySet iterator.protected static classAbstractLinkedMap.LinkMapIterator<K,V>MapIterator implementation.protected static classAbstractLinkedMap.ValuesIterator<V>Values iterator.protected static classAbstractSortedMapDecorator.SortedMapIterator<K,V>OrderedMapIterator implementation.protected static classDualTreeBidiMap.BidiOrderedMapIterator<K,V>Inner class MapIterator.classEmptyOrderedIterator<E>Provides an implementation of an empty ordered iterator.classEmptyOrderedMapIterator<K,V>Provides an implementation of an empty ordered map iterator.classListIteratorWrapper<E>Converts anIteratorinto aResettableListIterator.classUnmodifiableOrderedMapIterator<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 OrderedIteratorEmptyOrderedIterator. INSTANCESingleton 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.
-