Uses of Interface
org.apache.commons.collections4.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
Modifier 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.Modifier and TypeFieldDescriptionstatic final OrderedIterator
IteratorUtils.EMPTY_ORDERED_ITERATOR
An ordered iterator over no elements.Modifier and TypeMethodDescriptionstatic <E> OrderedIterator
<E> IteratorUtils.emptyOrderedIterator()
Gets an empty ordered iterator. -
Uses of OrderedIterator in org.apache.commons.collections4.bidimap
Modifier and TypeClassDescriptionprotected static class
Inner class MapIterator. -
Uses of OrderedIterator in org.apache.commons.collections4.iterators
Modifier 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.Modifier and TypeFieldDescriptionstatic final OrderedIterator
EmptyOrderedIterator.INSTANCE
Singleton instance of the iterator.Modifier and TypeMethodDescriptionstatic <E> OrderedIterator
<E> EmptyOrderedIterator.emptyOrderedIterator()
Typed instance of the iterator. -
Uses of OrderedIterator in org.apache.commons.collections4.list
Modifier 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
Modifier 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