Uses of Interface
org.apache.openjpa.lib.util.collections.OrderedIterator
Packages that use OrderedIterator
-
Uses of OrderedIterator in org.apache.openjpa.lib.util.collections
Subinterfaces of OrderedIterator in org.apache.openjpa.lib.util.collectionsModifier and TypeInterfaceDescriptioninterface
OrderedMapIterator<K,
V> Defines an iterator that operates over an orderedMap
.interface
Defines a list iterator that can be reset back to an initial state.Classes in org.apache.openjpa.lib.util.collections that implement OrderedIteratorModifier and TypeClassDescriptionprotected 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 ordered iterator.class
Provides an implementation of an empty ordered map iterator.class
Converts anIterator
into aResettableListIterator
.final class
Decorates an ordered map iterator such that it cannot be modified.Fields in org.apache.openjpa.lib.util.collections declared as OrderedIteratorModifier and TypeFieldDescriptionstatic final OrderedIterator
EmptyOrderedIterator.INSTANCE
Singleton instance of the iterator.Methods in org.apache.openjpa.lib.util.collections that return OrderedIteratorModifier and TypeMethodDescriptionstatic <E> OrderedIterator<E>
EmptyOrderedIterator.emptyOrderedIterator()
Typed instance of the iterator.