protected class MatrixMap.SubMatrix.SubMatrixIterator<E> extends Object implements MatrixMap.MatrixMapIterator<E>
Modifier and Type | Field and Description |
---|---|
protected int[] |
cpt |
protected int[] |
last |
protected MatrixMap.SubMatrix<E> |
subMatrix |
Constructor and Description |
---|
SubMatrixIterator(MatrixMap.SubMatrix<E> subMatrix) |
Modifier and Type | Method and Description |
---|---|
int[] |
getCoordinates() |
Object[] |
getSemanticsCoordinates() |
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.SubMatrix<E> subMatrix
protected int[] cpt
protected int[] last
public SubMatrixIterator(MatrixMap.SubMatrix<E> subMatrix)
public int[] getCoordinates()
getCoordinates
in interface MatrixMap.MatrixMapIterator<E>
public Object[] getSemanticsCoordinates()
getSemanticsCoordinates
in interface MatrixMap.MatrixMapIterator<E>
public E getValue()
getValue
in interface MatrixMap.MatrixMapIterator<E>
public void setValue(E value)
setValue
in interface MatrixMap.MatrixMapIterator<E>
Copyright © 2004–2020 CodeLutin. All rights reserved.