Class Cell
- java.lang.Object
- 
- org.apache.sysds.runtime.controlprogram.parfor.util.Cell
 
- 
 public class Cell extends Object Helper class for representing text cell and binary cell records in order to allow for buffering and buffered read/write. NOTE: could be replaced by IJV.class but used in order to ensure independence.
- 
- 
Constructor SummaryConstructors Constructor Description Cell(long r, long c, double v)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCol()longgetRow()doublegetValue()voidsetCol(long col)voidsetRow(long row)voidsetValue(double value)
 
-