Frames | No Frames |
Fields of type org.apache.commons.collections.ResettableListIterator | |
ResettableListIterator | A list iterator over no elements. |
Methods with return type org.apache.commons.collections.ResettableListIterator | |
ResettableListIterator | IteratorUtils.arrayListIterator(Object array) Gets a list iterator over an object or primitive array. |
ResettableListIterator | IteratorUtils.arrayListIterator(Object array, int start) Gets a list iterator over the end part of an object or primitive array. |
ResettableListIterator | IteratorUtils.arrayListIterator(Object array, int start, int end) Gets a list iterator over part of an object or primitive array. |
ResettableListIterator | IteratorUtils.arrayListIterator(Object[] array) Gets a list iterator over an object array. |
ResettableListIterator | IteratorUtils.arrayListIterator(Object[] array, int start) Gets a list iterator over the end part of an object array. |
ResettableListIterator | IteratorUtils.arrayListIterator(Object[] array, int start, int end) Gets a list iterator over part of an object array. |
ResettableListIterator | Gets an empty list iterator. |
ResettableListIterator | IteratorUtils.loopingListIterator(List list) Gets an iterator that loops continuously over the supplied list. |
Classes implementing org.apache.commons.collections.ResettableListIterator | |
class | Implements a ListIterator over an array. |
class | Provides an implementation of an empty list iterator. |
class | Converts an iterator into a list iterator by caching the returned entries. |
class | A ListIterator that restarts when it reaches the end or when it
reaches the beginning. |
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 ListIterator over a single
object instance. |
Fields of type org.apache.commons.collections.ResettableListIterator | |
ResettableListIterator | Singleton instance of the iterator. |