org.nuiton.util
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
subMatrix
protected MatrixMap.SubMatrix<E> subMatrix
cpt
protected int[] cpt
last
protected int[] last
MatrixMap.SubMatrix.SubMatrixIterator
public MatrixMap.SubMatrix.SubMatrixIterator(MatrixMap.SubMatrix<E> subMatrix)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<E>
next
public E next()
- Specified by:
next in interface Iterator<E>
remove
public void remove()
- Specified by:
remove in interface Iterator<E>
getCoordinates
public int[] getCoordinates()
- Specified by:
getCoordinates in interface MatrixMap.MatrixMapIterator<E>
getSemanticsCoordinates
public Object[] getSemanticsCoordinates()
- Specified by:
getSemanticsCoordinates in interface MatrixMap.MatrixMapIterator<E>
getValue
public E getValue()
- Specified by:
getValue in interface MatrixMap.MatrixMapIterator<E>
setValue
public void setValue(E value)
- Specified by:
setValue in interface MatrixMap.MatrixMapIterator<E>
Copyright © 2004-2012 CodeLutin. All Rights Reserved.