Class MapperIterator<SRCTYPE,ELEMENTTYPE>

java.lang.Object
com.helger.commons.collection.iterate.MapperIterator<SRCTYPE,ELEMENTTYPE>
Type Parameters:
SRCTYPE - The type of the source iterator
ELEMENTTYPE - The type of this iterator
All Implemented Interfaces:
ICommonsIterable<ELEMENTTYPE>, IIterableIterator<ELEMENTTYPE>, Iterable<ELEMENTTYPE>, Iterator<ELEMENTTYPE>

public class MapperIterator<SRCTYPE,ELEMENTTYPE> extends Object implements IIterableIterator<ELEMENTTYPE>
A simple iterator that changes the object type from a source type to a destination type.
Author:
Philip Helger