Modifier and Type | Field and Description |
---|---|
protected MatrixMap.Matrix<E> |
matrix |
protected int |
pos |
Constructor and Description |
---|
MatrixIterator(MatrixMap.Matrix<E> matrix) |
Modifier and Type | Method and Description |
---|---|
int[] |
getCoordinates() |
E |
getValue() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
void |
setValue(E value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected MatrixMap.Matrix<E> matrix
protected int pos
public MatrixIterator(MatrixMap.Matrix<E> matrix)
matrix
- la matrice sur lequel l'iterator doit travaillerCopyright © 2004–2020 CodeLutin. All rights reserved.