Class ExtendedIterableMapperViewIterator<E,T>

java.lang.Object
ch.nolix.base.datastructure.extendediterablemapperview.ExtendedIterableMapperViewIterator<E,T>
Type Parameters:
E - the type of the elements of a ExtendedIterableMapperViewIterator.
T - the type of the elements a ExtendedIterableMapperViewIterator maps from its elements.
All Implemented Interfaces:
CopyableIterator<T>, Copyable<CopyableIterator<T>>, Iterator<T>

public final class ExtendedIterableMapperViewIterator<E,T> extends Object implements CopyableIterator<T>
Author:
Silvan Wyss