Klasse ArrayIterator<E>
java.lang.Object
ch.nolix.core.commontypetool.arraytool.ArrayIterator<E>
- Alle implementierten Schnittstellen:
CopyableIterator<E>, Copyable<CopyableIterator<E>>, Iterator<E>
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic <E2> ArrayIterator<E2> forArray(E2[] array) static <E2> ArrayIterator<E2> forArrayAndStartIndex(E2[] array, int startIndex) getCopy()booleanhasNext()next()Von Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden Iterator
forEachRemaining, remove
-
Methodendetails
-
forArray
-
forArrayAndStartIndex
-
getCopy
-
hasNext
-
next
-