Package com.saperion.common.lang.iterator
package com.saperion.common.lang.iterator
Contains standard iterator classes.
-
ClassDescriptionAn
Iteratorthat iterates through all elements of an array.AnIteratorthat combines two existing iterators.ConverterIterator<T1,T2> An emptyIteratorthat iterates through no elements.AnExpandingLeafIteratoriterates through the leaf nodes of a virtual two level data structure.AnExpandingNodeIteratoriterates through all nodes of a virtual two level data structure.ExpandingSubLevelIterator<T1,T2> AnExpandingSubLevelIteratoriterates through the sub level nodes of a virtual two level data structure.IteratorResolver<T1,T2> An interface to find anIteratorfor an object (usually for use in some generic kind of iterator or filtering method)Utility class for iterator treatment.AnIteratorthat iterates through exactly one element.AnIteratorthat iterates through all elements of an array - in reversed order i.e.