Package com.helger.commons.collection.iterate
package com.helger.commons.collection.iterate
-
ClassDescriptionArrayIterator<ELEMENTTYPE>This is a small helper class for iterating over arrays.CombinedIterator<ELEMENTTYPE>A specific enumeration iterating over two consecutive enumerations.EmptyEnumeration<ELEMENTTYPE>Represents a fixed
Enumerationimplementation that contains no elements.EmptyIterator<ELEMENTTYPE>Implementation of an empty enumerator.EnumerationFromIterator<ELEMENTTYPE>This is a helper class to create anEnumerationfrom an existingIteratorFilterIterator<ELEMENTTYPE>A simple filter iterator that takes a base iterator and an additional filter and returns only the items that match the filter.IIterableIterator<ELEMENTTYPE>IterableIterator<ELEMENTTYPE>This class is used for simpler iteration over an Iterator via the new "for" syntax.IterableIteratorFromEnumeration<ELEMENTTYPE>Create an iterable iterator from an existing enumeration.MapperIterator<SRCTYPE,ELEMENTTYPE> A simple iterator that changes the object type from a source type to a destination type.ReverseListIterator<ELEMENTTYPE>A reverse iterator for an existing list