Class ArrayIterableViewIterator<E>

java.lang.Object
ch.nolix.base.foundation.arrayiterableview.ArrayIterableViewIterator<E>
Type Parameters:
E - the type of the elements of the array of a ArrayIterableViewIterator
All Implemented Interfaces:
Iterator<E>

public final class ArrayIterableViewIterator<E> extends Object implements Iterator<E>
Author:
Silvan Wyss