java.lang.Object
org.jhotdraw8.collection.mapped.MappedIterator<E,F>
- Type Parameters:
E- the mapped element typeF- the original element type
- All Implemented Interfaces:
Iterator<E>
Maps an
Iterator to a different element type.
The underlying iterator is referenced - not copied.
- Author:
- Werner Randelshofer