org.nuiton.util
Interface MatrixMap.MatrixMapIterator<E>

Type Parameters:
E -
All Superinterfaces:
Iterator<E>
All Known Implementing Classes:
MatrixMap.MatrixMapIteratorImpl, MatrixMap.SubMatrix.SubMatrixIterator
Enclosing interface:
MatrixMap<E>

public static interface MatrixMap.MatrixMapIterator<E>
extends Iterator<E>

Iterateur de matrice


Method Summary
 int[] getCoordinates()
           
 Object[] getSemanticsCoordinates()
           
 E getValue()
           
 void setValue(E value)
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getCoordinates

int[] getCoordinates()

getValue

E getValue()

setValue

void setValue(E value)

getSemanticsCoordinates

Object[] getSemanticsCoordinates()


Copyright © 2004-2012 CodeLutin. All Rights Reserved.