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 aArrayIterator.
- All Implemented Interfaces:
CopyableIterator<E>, Copyable<CopyableIterator<E>>, Iterator<E>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ArrayIterator<T> forArray(T[] array) static <T> ArrayIterator<T> forArrayAndStartIndex(T[] array, int startIndex) getCopy()booleanhasNext()next()Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Method Details
-
forArray
-
forArrayAndStartIndex
-
getCopy
-
hasNext
-
next
-