Uses of Interface
org.apache.commons.collections.ResettableIterator
Packages that use ResettableIterator
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
This package contains implementations of the
Iterator interface.-
Uses of ResettableIterator in org.apache.commons.collections
Subinterfaces of ResettableIterator in org.apache.commons.collectionsModifier and TypeInterfaceDescriptioninterfaceDefines a list iterator that can be reset back to an initial state.Fields in org.apache.commons.collections declared as ResettableIteratorModifier and TypeFieldDescriptionstatic final ResettableIteratorIteratorUtils.EMPTY_ITERATORAn iterator over no elements.Methods in org.apache.commons.collections that return ResettableIteratorModifier and TypeMethodDescriptionstatic ResettableIteratorIteratorUtils.arrayIterator(Object array) Gets an iterator over an object or primitive array.static ResettableIteratorIteratorUtils.arrayIterator(Object[] array) Gets an iterator over an object array.static ResettableIteratorIteratorUtils.arrayIterator(Object[] array, int start) Gets an iterator over the end part of an object array.static ResettableIteratorIteratorUtils.arrayIterator(Object[] array, int start, int end) Gets an iterator over part of an object array.static ResettableIteratorIteratorUtils.arrayIterator(Object array, int start) Gets an iterator over the end part of an object or primitive array.static ResettableIteratorIteratorUtils.arrayIterator(Object array, int start, int end) Gets an iterator over part of an object or primitive array.static ResettableIteratorIteratorUtils.emptyIterator()Gets an empty iterator.static ResettableIteratorIteratorUtils.loopingIterator(Collection coll) Gets an iterator that loops continuously over the supplied collection.static ResettableIteratorIteratorUtils.singletonIterator(Object object) Gets a singleton iterator. -
Uses of ResettableIterator in org.apache.commons.collections.bidimap
Classes in org.apache.commons.collections.bidimap that implement ResettableIteratorModifier and TypeClassDescriptionprotected static classInner class MapIterator.protected static classInner class MapIterator. -
Uses of ResettableIterator in org.apache.commons.collections.iterators
Classes in org.apache.commons.collections.iterators that implement ResettableIteratorModifier and TypeClassDescriptionclassImplements anIteratorover any array.classImplements aListIteratorover an array.classProvides an implementation of an empty iterator.classProvides an implementation of an empty list iterator.classProvides an implementation of an empty map iterator.classProvides an implementation of an empty ordered iterator.classProvides an implementation of an empty ordered map iterator.classImplements aMapIteratorusing a Map entrySet.classConverts an iterator into a list iterator by caching the returned entries.classAn Iterator that restarts when it reaches the end.classA ListIterator that restarts when it reaches the end or when it reaches the beginning.classAnIteratorover an array of objects.classImplements aListIteratorover an array of objects.classIterates backwards through a List, starting with the last element and continuing to the first.classSingletonIteratoris anIteratorover a single object instance.classSingletonIteratoris anListIteratorover a single object instance.Fields in org.apache.commons.collections.iterators declared as ResettableIteratorModifier and TypeFieldDescriptionstatic final ResettableIteratorEmptyIterator.RESETTABLE_INSTANCESingleton instance of the iterator. -
Uses of ResettableIterator in org.apache.commons.collections.map
Classes in org.apache.commons.collections.map that implement ResettableIteratorModifier and TypeClassDescriptionprotected static classEntrySet iterator.protected static classKeySet iterator.protected static classBase Iterator that iterates in link order.protected static classMapIterator implementation.protected static classValues iterator.