Uses of Interface
org.apache.commons.collections4.OrderedIterator
Packages that use OrderedIterator
Package
Description
Interfaces and utilities shared across all packages.
Implements the
Iterator
interface.Implements the
List
interface.-
Uses of OrderedIterator in org.apache.commons.collections4
Subinterfaces of OrderedIterator in org.apache.commons.collections4Modifier 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.Fields in org.apache.commons.collections4 declared as OrderedIteratorModifier and TypeFieldDescriptionstatic final OrderedIterator
IteratorUtils.EMPTY_ORDERED_ITERATOR
An ordered iterator over no elements.Methods in org.apache.commons.collections4 that return OrderedIteratorModifier and TypeMethodDescriptionstatic <E> OrderedIterator
<E> IteratorUtils.emptyOrderedIterator()
Gets an empty ordered iterator. -
Uses of OrderedIterator in org.apache.commons.collections4.bidimap
Classes in org.apache.commons.collections4.bidimap that implement OrderedIteratorModifier and TypeClassDescriptionprotected static class
Inner class MapIterator. -
Uses of OrderedIterator in org.apache.commons.collections4.iterators
Classes in org.apache.commons.collections4.iterators that implement OrderedIteratorModifier and TypeClassDescriptionclass
Provides basic behavior for decorating an ordered map iterator with extra functionality.class
Implements aListIterator
over an array.class
Provides an implementation of an empty list iterator.class
Provides an implementation of an empty ordered iterator.class
Provides an implementation of an empty ordered map iterator.class
Converts anIterator
into aResettableListIterator
.class
A ListIterator that restarts when it reaches the end or when it reaches the beginning.class
Implements aListIterator
over an array of objects.class
Iterates backwards through a List, starting with the last element and continuing to the first.class
SingletonIterator
is anListIterator
over a single object instance.final class
Decorates an ordered map iterator such that it cannot be modified.Fields in org.apache.commons.collections4.iterators declared as OrderedIteratorModifier and TypeFieldDescriptionstatic final OrderedIterator
EmptyOrderedIterator.INSTANCE
Singleton instance of the iterator.Methods in org.apache.commons.collections4.iterators that return OrderedIteratorModifier and TypeMethodDescriptionstatic <E> OrderedIterator
<E> EmptyOrderedIterator.emptyOrderedIterator()
Typed instance of the iterator. -
Uses of OrderedIterator in org.apache.commons.collections4.list
Classes in org.apache.commons.collections4.list that implement OrderedIteratorModifier and TypeClassDescriptionprotected static class
Deprecated.A list iterator over the linked list.protected static class
Deprecated.A list iterator over the linked sub list.protected static class
A list iterator over the linked list.protected static class
A list iterator over the linked sub list.static class
Deprecated.An extendedListIterator
that allows concurrent changes to the underlying list.protected static class
Deprecated.A cursor for the sublist based on LinkedSubListIterator. -
Uses of OrderedIterator in org.apache.commons.collections4.map
Classes in org.apache.commons.collections4.map 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. -
Uses of OrderedIterator in org.apache.commons.collections4.set
Methods in org.apache.commons.collections4.set that return OrderedIterator