Uses of Interface
org.apache.openjpa.lib.util.collections.ResettableIterator
Packages that use ResettableIterator
-
Uses of ResettableIterator in org.apache.openjpa.lib.util.collections
Subinterfaces of ResettableIterator in org.apache.openjpa.lib.util.collectionsModifier and TypeInterfaceDescriptioninterfaceDefines a list iterator that can be reset back to an initial state.Classes in org.apache.openjpa.lib.util.collections that implement ResettableIteratorModifier and TypeClassDescriptionprotected static classInner class MapIterator.protected static classEntrySet iterator.protected static classKeySet iterator.protected static classMapIterator implementation.protected static classValues iterator.protected static classOrderedMapIterator implementation.protected static classInner class MapIterator.classProvides an implementation of an empty iterator.classEmptyMapIterator<K,V> Provides an implementation of an empty map iterator.classProvides an implementation of an empty ordered iterator.classProvides an implementation of an empty ordered map iterator.classAdapts a Map entrySet to the MapIterator interface.classConverts anIteratorinto aResettableListIterator.Fields in org.apache.openjpa.lib.util.collections declared as ResettableIteratorModifier and TypeFieldDescriptionstatic final ResettableIteratorEmptyIterator.RESETTABLE_INSTANCESingleton instance of the iterator.Methods in org.apache.openjpa.lib.util.collections that return ResettableIteratorModifier and TypeMethodDescriptionstatic <E> ResettableIterator<E>EmptyIterator.resettableEmptyIterator()Get a typed resettable empty iterator instance.