Class MatrixIterator<E>
java.lang.Object
ch.nolix.base.container.matrix.MatrixIterator<E>
- Type Parameters:
E- is the type of the elements of aMatrixIterator.
- All Implemented Interfaces:
CopyableIterator<E>, Copyable<CopyableIterator<E>>, Iterator<E>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> MatrixIterator<T> static <T> MatrixIterator<T> forMatrixAndOneBasedStartIndex(Matrix<T> matrix, int oneBasedStartIndex) 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
-
forMatrix
-
forMatrixAndOneBasedStartIndex
public static <T> MatrixIterator<T> forMatrixAndOneBasedStartIndex(Matrix<T> matrix, int oneBasedStartIndex) -
getCopy
-
hasNext
-
next
-