Uses of Interface
org.apache.commons.collections4.OrderedIterator
Packages that use OrderedIterator
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
This package contains implementations of the
Iterator
interface.This package contains implementations of the
List
interface.This package contains implementations of the
Trie
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.(package private) class
An iterator over the inverse map entries.(package private) class
An iterator over the map.(package private) class
An iterator over the map entries.(package private) class
An iterator over the map. -
Uses of OrderedIterator in org.apache.commons.collections4.iterators
Classes in org.apache.commons.collections4.iterators that implement OrderedIteratorModifier and TypeClassDescriptionclass
Provides basic behaviour 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
A list iterator over the linked list.protected static class
A list iterator over the linked sub list.static class
An extendedListIterator
that allows concurrent changes to the underlying list.protected static class
A cursor for the sublist based on LinkedSubListIterator.(package private) static class
A list iterator over the linked list. -
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.(package private) static class
(package private) static class
SingletonMapIterator. -
Uses of OrderedIterator in org.apache.commons.collections4.set
Classes in org.apache.commons.collections4.set that implement OrderedIteratorModifier and TypeClassDescription(package private) static class
Internal iterator handle remove.Methods in org.apache.commons.collections4.set that return OrderedIterator -
Uses of OrderedIterator in org.apache.commons.collections4.trie
Classes in org.apache.commons.collections4.trie that implement OrderedIteratorModifier and TypeClassDescriptionprivate class
AnOrderedMapIterator
for ainvalid reference
Trie