Klasse MatrixIterator<E>
java.lang.Object
ch.nolix.core.container.matrix.MatrixIterator<E>
- Typparameter:
E- is the type of the elements of aMatrixIterator.
- Alle implementierten Schnittstellen:
CopyableIterator<E>, Copyable<CopyableIterator<E>>, Iterator<E>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic <T> MatrixIterator<T> static <T> MatrixIterator<T> forMatrixAndOneBasedStartIndex(Matrix<T> matrix, int oneBasedStartIndex) 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
-
forMatrix
-
forMatrixAndOneBasedStartIndex
public static <T> MatrixIterator<T> forMatrixAndOneBasedStartIndex(Matrix<T> matrix, int oneBasedStartIndex) -
getCopy
-
hasNext
-
next
-