Class MappingContainerViewIterator<E,T>

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

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