|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISparseMatrix
Method Summary | |
---|---|
void |
add(int i,
int j)
Add a new element in the matrix |
int |
getNbElement()
get the number of element contained in the matrix |
Iterator<Long> |
iterator()
Return an iterator over the values |
void |
prepare()
Prepare the matrix for correct iteration. |
Method Detail |
---|
void add(int i, int j)
i
- j
- int getNbElement()
Iterator<Long> iterator()
void prepare()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |