Class ArrayIterator<E>

java.lang.Object
ch.nolix.base.commontypetool.arraytool.ArrayIterator<E>
Type Parameters:
E - is the type of the elements of the parent array of a ArrayIterator.
All Implemented Interfaces:
CopyableIterator<E>, Copyable<CopyableIterator<E>>, Iterator<E>

public final class ArrayIterator<E> extends Object implements CopyableIterator<E>
Author:
Silvan Wyss
  • Method Details