Class IterableContainerViewIterator<E>

java.lang.Object
ch.nolix.base.container.containerview.IterableContainerViewIterator<E>
Type Parameters:
E - is the type of the elements of the parent Iterable of a IterableContainerViewIterator.
All Implemented Interfaces:
CopyableIterator<E>, Copyable<CopyableIterator<E>>, Iterator<E>

public final class IterableContainerViewIterator<E> extends Object implements CopyableIterator<E>
Author:
Silvan Wyss