| Frames | No Frames |
Fields of type org.apache.commons.collections.ResettableIterator | |
| ResettableIterator | An iterator over no elements. |
Methods with return type org.apache.commons.collections.ResettableIterator | |
| ResettableIterator | IteratorUtils.arrayIterator(Object array) 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 | IteratorUtils.singletonIterator(Object object) Gets a singleton iterator. |
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 | Converts an iterator into a list iterator by caching the returned entries. |
| class | An Iterator that restarts when it reaches the end. |
| class | A ListIterator that restarts when it reaches the end or when it
reaches the beginning. |
| class | An Iterator over an array of objects. |
| class | Implements a ListIterator over an array of objects. |
| class | Iterates backwards through a List, starting with the last element
and continuing to the first. |
| 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. |
Classes implementing org.apache.commons.collections.ResettableIterator | |
| class | Inner class MapIterator. |
| class | Inner class MapIterator. |
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. |