Klasse MappingContainerViewIterator<E,T>

java.lang.Object
ch.nolix.core.container.arraylist.MappingContainerViewIterator<E,T>
Typparameter:
E - is the type of the elements of a MappingContainerViewIterator.
T - is the type of the elements a MappingContainerViewIterator maps from its elements.
Alle implementierten Schnittstellen:
CopyableIterator<T>, Copyable<CopyableIterator<T>>, Iterator<T>

public final class MappingContainerViewIterator<E,T> extends Object implements CopyableIterator<T>
Version:
2025-05-14
Autor:
Silvan Wyss