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