Uses of Interface
org.apache.commons.collections.OrderedIterator
-
Packages that use OrderedIterator Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component.org.apache.commons.collections.bidimap org.apache.commons.collections.iterators This package contains implementations of theIteratorinterface.org.apache.commons.collections.list This package contains implementations of theListinterface.org.apache.commons.collections.map -
-
Uses of OrderedIterator in org.apache.commons.collections
Subinterfaces of OrderedIterator in org.apache.commons.collections Modifier and Type Interface Description interfaceOrderedMapIteratorDefines an iterator that operates over an orderedMap.Fields in org.apache.commons.collections declared as OrderedIterator Modifier and Type Field Description static OrderedIteratorIteratorUtils. EMPTY_ORDERED_ITERATORAn ordered iterator over no elements.Methods in org.apache.commons.collections that return OrderedIterator Modifier and Type Method Description static OrderedIteratorIteratorUtils. emptyOrderedIterator()Gets an empty ordered iterator. -
Uses of OrderedIterator in org.apache.commons.collections.bidimap
Classes in org.apache.commons.collections.bidimap that implement OrderedIterator Modifier and Type Class Description protected static classDualTreeBidiMap.BidiOrderedMapIteratorInner class MapIterator. -
Uses of OrderedIterator in org.apache.commons.collections.iterators
Classes in org.apache.commons.collections.iterators that implement OrderedIterator Modifier and Type Class Description classAbstractOrderedMapIteratorDecoratorProvides basic behaviour for decorating an ordered map iterator with extra functionality.classEmptyOrderedIteratorProvides an implementation of an empty ordered iterator.classEmptyOrderedMapIteratorProvides an implementation of an empty ordered map iterator.classUnmodifiableOrderedMapIteratorDecorates an ordered map iterator such that it cannot be modified.Fields in org.apache.commons.collections.iterators declared as OrderedIterator Modifier and Type Field Description static OrderedIteratorEmptyOrderedIterator. INSTANCESingleton instance of the iterator. -
Uses of OrderedIterator in org.apache.commons.collections.list
Classes in org.apache.commons.collections.list that implement OrderedIterator Modifier and Type Class Description protected static classAbstractLinkedList.LinkedListIteratorA list iterator over the linked list.protected static classAbstractLinkedList.LinkedSubListIteratorA list iterator over the linked sub list.static classCursorableLinkedList.CursorAn extendedListIteratorthat allows concurrent changes to the underlying list.protected static classCursorableLinkedList.SubCursorA cursor for the sublist based on LinkedSubListIterator. -
Uses of OrderedIterator in org.apache.commons.collections.map
Classes in org.apache.commons.collections.map that implement OrderedIterator Modifier and Type Class Description protected static classAbstractLinkedMap.EntrySetIteratorEntrySet iterator.protected static classAbstractLinkedMap.KeySetIteratorKeySet iterator.protected static classAbstractLinkedMap.LinkIteratorBase Iterator that iterates in link order.protected static classAbstractLinkedMap.LinkMapIteratorMapIterator implementation.protected static classAbstractLinkedMap.ValuesIteratorValues iterator.
-