Uses of Interface
org.apache.commons.collections.OrderedIterator

Packages that use OrderedIterator
org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component. 
org.apache.commons.collections.bidimap This package contains implementations of the BidiMap, OrderedBidiMap and SortedBidiMap interfaces. 
org.apache.commons.collections.iterators This package contains implementations of the Iterator interface. 
org.apache.commons.collections.list This package contains implementations of the List interface. 
org.apache.commons.collections.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
 

Uses of OrderedIterator in org.apache.commons.collections
 

Subinterfaces of OrderedIterator in org.apache.commons.collections
 interface OrderedMapIterator<K,V>
          Defines an iterator that operates over an ordered Map.
 

Fields in org.apache.commons.collections declared as OrderedIterator
static OrderedIterator IteratorUtils.EMPTY_ORDERED_ITERATOR
          An ordered iterator over no elements.
 

Methods in org.apache.commons.collections that return OrderedIterator
static OrderedIterator IteratorUtils.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
protected static class DualTreeBidiMap.BidiOrderedMapIterator<K,V>
          Inner class MapIterator.
 

Uses of OrderedIterator in org.apache.commons.collections.iterators
 

Classes in org.apache.commons.collections.iterators that implement OrderedIterator
 class AbstractOrderedMapIteratorDecorator<K,V>
          Provides basic behaviour for decorating an ordered map iterator with extra functionality.
 class EmptyOrderedIterator<E>
          Provides an implementation of an empty ordered iterator.
 class EmptyOrderedMapIterator
          Provides an implementation of an empty ordered map iterator.
 class UnmodifiableOrderedMapIterator<K,V>
          Decorates an ordered map iterator such that it cannot be modified.
 

Fields in org.apache.commons.collections.iterators declared as OrderedIterator
static OrderedIterator EmptyOrderedIterator.INSTANCE
          Singleton instance of the iterator.
 

Uses of OrderedIterator in org.apache.commons.collections.list
 

Classes in org.apache.commons.collections.list that implement OrderedIterator
protected static class AbstractLinkedList.LinkedListIterator<E>
          A list iterator over the linked list.
protected static class AbstractLinkedList.LinkedSubListIterator<E>
          A list iterator over the linked sub list.
static class CursorableLinkedList.Cursor<E>
          An extended ListIterator that allows concurrent changes to the underlying list.
 

Uses of OrderedIterator in org.apache.commons.collections.map
 

Classes in org.apache.commons.collections.map that implement OrderedIterator
protected static class AbstractLinkedMap.EntrySetIterator<K,V>
          EntrySet iterator.
protected static class AbstractLinkedMap.KeySetIterator<K,V>
          KeySet iterator.
protected static class AbstractLinkedMap.LinkMapIterator<K,V>
          MapIterator implementation.
protected static class AbstractLinkedMap.ValuesIterator<K,V>
          Values iterator.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.