|
||||||||||
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
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
|
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 ListIterator over an array. |
class |
EmptyListIterator<E>
Provides an implementation of an empty list iterator. |
class |
ObjectArrayListIterator<E>
Implements a ListIterator over an array of objects. |
class |
SingletonListIterator<E>
SingletonIterator is an ListIterator over a single
object instance. |
Fields in org.apache.commons.collections.iterators declared as ResettableListIterator | |
---|---|
static ResettableListIterator |
EmptyListIterator.RESETTABLE_INSTANCE
Singleton instance of the iterator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |