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 |
|---|
MatrixMap.SubMatrix.SubMatrixIterator(MatrixMap.SubMatrix<E> subMatrix) |
protected MatrixMap.SubMatrix<E> subMatrix
protected int[] cpt
protected int[] last
public MatrixMap.SubMatrix.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-2013 CodeLutin. All Rights Reserved.