Package org.nuiton.util
Interface MatrixMap.MatrixMapIterator<E>
- Type Parameters:
E- FIXME
- All Superinterfaces:
java.util.Iterator<E>
- All Known Implementing Classes:
MatrixMap.MatrixMapIteratorImpl,MatrixMap.SubMatrix.SubMatrixIterator
public static interface MatrixMap.MatrixMapIterator<E>
extends java.util.Iterator<E>
Iterateur de matrice
-
Method Summary
Modifier and Type Method Description int[]getCoordinates()java.lang.Object[]getSemanticsCoordinates()EgetValue()voidsetValue(E value)
-
Method Details
-
getCoordinates
int[] getCoordinates() -
getValue
E getValue() -
setValue
-
getSemanticsCoordinates
java.lang.Object[] getSemanticsCoordinates()
-