Class MatrixMap.SubMatrix.SubMatrixIterator<E>
java.lang.Object
org.nuiton.util.MatrixMap.SubMatrix.SubMatrixIterator<E>
- All Implemented Interfaces:
Iterator<E>, MatrixMap.MatrixMapIterator<E>
- Enclosing class:
MatrixMap.SubMatrix<E>
protected class MatrixMap.SubMatrix.SubMatrixIterator<E>
extends Object
implements MatrixMap.MatrixMapIterator<E>
- Since:
- 2.2.1
- Author:
- Benjamin Poussin - poussin@codelutin.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int[]protected int[]protected MatrixMap.SubMatrix<E> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
subMatrix
-
cpt
protected int[] cpt -
last
protected int[] last
-
-
Constructor Details
-
SubMatrixIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-
getCoordinates
public int[] getCoordinates()- Specified by:
getCoordinatesin interfaceMatrixMap.MatrixMapIterator<E>
-
getSemanticsCoordinates
- Specified by:
getSemanticsCoordinatesin interfaceMatrixMap.MatrixMapIterator<E>
-
getValue
- Specified by:
getValuein interfaceMatrixMap.MatrixMapIterator<E>
-
setValue
- Specified by:
setValuein interfaceMatrixMap.MatrixMapIterator<E>
-