| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Iteratorinterface. | 
| Uses of ResettableListIterator in org.apache.commons.collections | 
|---|
| Fields in org.apache.commons.collections declared as ResettableListIterator | |
|---|---|
| static ResettableListIterator | IteratorUtils.EMPTY_LIST_ITERATORA list iterator over no elements. | 
| Methods in org.apache.commons.collections that return ResettableListIterator | ||
|---|---|---|
| static
 | IteratorUtils.arrayListIterator(E[] array)Gets a list iterator over an object array. | |
| static
 | IteratorUtils.arrayListIterator(E[] array,
                  int start)Gets a list iterator over the end part of an object array. | |
| static
 | IteratorUtils.arrayListIterator(E[] array,
                  int start,
                  int end)Gets a list iterator over part of an object array. | |
| static
 | IteratorUtils.arrayListIterator(Object array)Gets a list iterator over an object or primitive array. | |
| static
 | IteratorUtils.arrayListIterator(Object array,
                  int start)Gets a list iterator over the end part of an object or primitive array. | |
| static
 | IteratorUtils.arrayListIterator(Object array,
                  int start,
                  int end)Gets a list iterator over part of an object or primitive array. | |
| static ResettableListIterator | IteratorUtils.emptyListIterator()Gets an empty list iterator. | |
| Uses of ResettableListIterator in org.apache.commons.collections.iterators | 
|---|
| Classes in org.apache.commons.collections.iterators that implement ResettableListIterator | |
|---|---|
|  class | ArrayListIterator<E>Implements a ListIteratorover an array. | 
|  class | EmptyListIterator<E>Provides an implementation of an empty list iterator. | 
|  class | ObjectArrayListIterator<E>Implements a ListIteratorover an array of objects. | 
|  class | SingletonListIterator<E>SingletonIteratoris anListIteratorover a single
 object instance. | 
| Fields in org.apache.commons.collections.iterators declared as ResettableListIterator | |
|---|---|
| static ResettableListIterator | EmptyListIterator.RESETTABLE_INSTANCESingleton instance of the iterator. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||