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 TypeInterfaceDescriptioninterface
Defines 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 class
Inner class MapIterator.protected static class
EntrySet iterator.protected static class
KeySet iterator.protected static class
MapIterator implementation.protected static class
Values iterator.protected static class
OrderedMapIterator implementation.protected static class
Inner class MapIterator.class
Provides an implementation of an empty iterator.class
EmptyMapIterator<K,
V> Provides an implementation of an empty map iterator.class
Provides an implementation of an empty ordered iterator.class
Provides an implementation of an empty ordered map iterator.class
Adapts a Map entrySet to the MapIterator interface.class
Converts anIterator
into aResettableListIterator
.Fields in org.apache.openjpa.lib.util.collections declared as ResettableIteratorModifier and TypeFieldDescriptionstatic final ResettableIterator
EmptyIterator.RESETTABLE_INSTANCE
Singleton 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.