Uses of Interface
org.apache.openjpa.lib.util.collections.ResettableIterator
-
Packages that use ResettableIterator Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of ResettableIterator in org.apache.openjpa.lib.util.collections
Subinterfaces of ResettableIterator in org.apache.openjpa.lib.util.collections Modifier and Type Interface Description 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 ResettableIterator Modifier and Type Class Description protected static classAbstractDualBidiMap.BidiMapIterator<K,V>Inner class MapIterator.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.classEmptyIterator<E>Provides an implementation of an empty iterator.classEmptyMapIterator<K,V>Provides an implementation of an empty map iterator.classEmptyOrderedIterator<E>Provides an implementation of an empty ordered iterator.classEmptyOrderedMapIterator<K,V>Provides an implementation of an empty ordered map iterator.classEntrySetToMapIteratorAdapter<K,V>Adapts a Map entrySet to the MapIterator interface.classListIteratorWrapper<E>Converts anIteratorinto aResettableListIterator.Fields in org.apache.openjpa.lib.util.collections declared as ResettableIterator Modifier and Type Field Description static ResettableIteratorEmptyIterator. RESETTABLE_INSTANCESingleton instance of the iterator.Methods in org.apache.openjpa.lib.util.collections that return ResettableIterator Modifier and Type Method Description static <E> ResettableIterator<E>EmptyIterator. resettableEmptyIterator()Get a typed resettable empty iterator instance.
-