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

Packages that use ResettableListIterator
org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component. 
org.apache.commons.collections.iterators This package contains implementations of the Iterator interface. 
 

Uses of ResettableListIterator in org.apache.commons.collections
 

Fields in org.apache.commons.collections declared as ResettableListIterator
static ResettableListIterator IteratorUtils.EMPTY_LIST_ITERATOR
          A list iterator over no elements
 

Methods in org.apache.commons.collections that return ResettableListIterator
static ResettableListIterator IteratorUtils.emptyListIterator()
          Gets an empty list iterator.
static ResettableListIterator IteratorUtils.arrayListIterator(Object[] array)
          Gets a list iterator over an object array.
static ResettableListIterator IteratorUtils.arrayListIterator(Object array)
          Gets a list iterator over an object or primitive array.
static ResettableListIterator IteratorUtils.arrayListIterator(Object[] array, int start)
          Gets a list iterator over the end part of an object array.
static ResettableListIterator IteratorUtils.arrayListIterator(Object array, int start)
          Gets a list iterator over the end part of an object or primitive array.
static ResettableListIterator IteratorUtils.arrayListIterator(Object[] array, int start, int end)
          Gets a list iterator over part of an object array.
static ResettableListIterator IteratorUtils.arrayListIterator(Object array, int start, int end)
          Gets a list iterator over part of an object or primitive array.
 

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

Classes in org.apache.commons.collections.iterators that implement ResettableListIterator
 class ArrayListIterator
          Implements a ListIterator over an array.
 class ObjectArrayListIterator
          Implements a ListIterator over an array of objects.
 class SingletonListIterator
          SingletonIterator is an ListIterator over a single object instance.
 



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.