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

Uses in package org.apache.commons.collections.map

Classes implementing org.apache.commons.collections.ResettableIterator

class
EntrySet iterator.
class
KeySet iterator.
class
Base Iterator that iterates in link order.
class
MapIterator implementation.
class
Values iterator.

Uses in package org.apache.commons.collections.bidimap

Classes implementing org.apache.commons.collections.ResettableIterator

class
Inner class MapIterator.
class
Inner class MapIterator.

Uses in package org.apache.commons.collections

Fields of type org.apache.commons.collections.ResettableIterator

ResettableIterator
An iterator over no elements.

Methods with return type org.apache.commons.collections.ResettableIterator

ResettableIterator
Gets an iterator over an object or primitive array.
ResettableIterator
IteratorUtils.arrayIterator(Object array, int start)
Gets an iterator over the end part of an object or primitive array.
ResettableIterator
IteratorUtils.arrayIterator(Object array, int start, int end)
Gets an iterator over part of an object or primitive array.
ResettableIterator
IteratorUtils.arrayIterator(Object[] array)
Gets an iterator over an object array.
ResettableIterator
IteratorUtils.arrayIterator(Object[] array, int start)
Gets an iterator over the end part of an object array.
ResettableIterator
IteratorUtils.arrayIterator(Object[] array, int start, int end)
Gets an iterator over part of an object array.
ResettableIterator
Gets an empty iterator.
ResettableIterator
IteratorUtils.loopingIterator(Collection coll)
Gets an iterator that loops continuously over the supplied collection.
ResettableIterator
Gets a singleton iterator.

Uses in package org.apache.commons.collections.iterators

Classes implementing org.apache.commons.collections.ResettableIterator

class
Implements an Iterator over any array.
class
Implements a ListIterator over an array.
class
Provides an implementation of an empty iterator.
class
Provides an implementation of an empty list iterator.
class
Provides an implementation of an empty map iterator.
class
Provides an implementation of an empty ordered iterator.
class
Provides an implementation of an empty ordered map iterator.
class
Implements a MapIterator using a Map entrySet.
class
An Iterator that restarts when it reaches the end.
class
An Iterator over an array of objects.
class
Implements a ListIterator over an array of objects.
class
SingletonIterator is an Iterator over a single object instance.
class
SingletonIterator is an ListIterator over a single object instance.

Fields of type org.apache.commons.collections.ResettableIterator

ResettableIterator
Singleton instance of the iterator.

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