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 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 ResettableIterator Modifier and Type Class 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 anIterator
into aResettableListIterator
.Fields in org.apache.openjpa.lib.util.collections declared as ResettableIterator Modifier and Type Field Description static ResettableIterator
EmptyIterator. RESETTABLE_INSTANCE
Singleton 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.
-