public interface MatrixIterator<V extends org.apache.hadoop.io.Writable>
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
int |
currentCol() |
V |
currentRows() |
boolean |
next() |
int |
numNonzeros() |
boolean next() throws java.io.IOException
java.io.IOException
int currentCol()
int numNonzeros()
V currentRows()