|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResettableIterator | |
---|---|
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.map |
This package contains implementations of the
Map ,
IterableMap ,
OrderedMap and
SortedMap interfaces. |
Uses of ResettableIterator in org.apache.commons.collections |
---|
Subinterfaces of ResettableIterator in org.apache.commons.collections | |
---|---|
interface |
ResettableListIterator<E>
Defines a list iterator that can be reset back to an initial state. |
Fields in org.apache.commons.collections declared as ResettableIterator | |
---|---|
static ResettableIterator |
IteratorUtils.EMPTY_ITERATOR
An iterator over no elements. |
Methods in org.apache.commons.collections that return ResettableIterator | ||
---|---|---|
static
|
IteratorUtils.arrayIterator(E[] array)
Gets an iterator over an object array. |
|
static
|
IteratorUtils.arrayIterator(E[] array,
int start)
Gets an iterator over the end part of an object array. |
|
static
|
IteratorUtils.arrayIterator(E[] array,
int start,
int end)
Gets an iterator over part of an object array. |
|
static
|
IteratorUtils.arrayIterator(Object array)
Gets an iterator over an object or primitive array. |
|
static
|
IteratorUtils.arrayIterator(Object array,
int start)
Gets an iterator over the end part of an object or primitive array. |
|
static
|
IteratorUtils.arrayIterator(Object array,
int start,
int end)
Gets an iterator over part of an object or primitive array. |
|
static ResettableIterator |
IteratorUtils.emptyIterator()
Gets an empty iterator. |
|
static
|
IteratorUtils.loopingIterator(Collection<E> coll)
Gets an iterator that loops continuously over the supplied collection. |
|
static
|
IteratorUtils.singletonIterator(E object)
Gets a singleton iterator. |
Uses of ResettableIterator in org.apache.commons.collections.bidimap |
---|
Classes in org.apache.commons.collections.bidimap that implement ResettableIterator | |
---|---|
protected static class |
AbstractDualBidiMap.BidiMapIterator<K,V>
Inner class MapIterator. |
protected static class |
DualTreeBidiMap.BidiOrderedMapIterator<K,V>
Inner class MapIterator. |
Uses of ResettableIterator in org.apache.commons.collections.iterators |
---|
Classes in org.apache.commons.collections.iterators that implement ResettableIterator | |
---|---|
class |
ArrayIterator<E>
Implements an Iterator over any array. |
class |
ArrayListIterator<E>
Implements a ListIterator over an array. |
class |
EmptyIterator<E>
Provides an implementation of an empty iterator. |
class |
EmptyListIterator<E>
Provides an implementation of an empty list iterator. |
class |
EmptyMapIterator
Provides an implementation of an empty map iterator. |
class |
EmptyOrderedIterator<E>
Provides an implementation of an empty ordered iterator. |
class |
EmptyOrderedMapIterator
Provides an implementation of an empty ordered map iterator. |
class |
EntrySetMapIterator<K,V>
Implements a MapIterator using a Map entrySet. |
class |
LoopingIterator<E>
An Iterator that restarts when it reaches the end. |
class |
ObjectArrayIterator<E>
An Iterator over an array of objects. |
class |
ObjectArrayListIterator<E>
Implements a ListIterator over an array of objects. |
class |
SingletonIterator<E>
SingletonIterator is an Iterator over a single
object instance. |
class |
SingletonListIterator<E>
SingletonIterator is an ListIterator over a single
object instance. |
Fields in org.apache.commons.collections.iterators declared as ResettableIterator | |
---|---|
static ResettableIterator |
EmptyIterator.RESETTABLE_INSTANCE
Singleton instance of the iterator. |
Uses of ResettableIterator in org.apache.commons.collections.map |
---|
Classes in org.apache.commons.collections.map that implement ResettableIterator | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |