Class 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 Detail

      • Cell

        public Cell​(long r,
                    long c,
                    double v)
    • Method Detail

      • getRow

        public long getRow()
      • getCol

        public long getCol()
      • getValue

        public double getValue()
      • setRow

        public void setRow​(long row)
      • setCol

        public void setCol​(long col)
      • setValue

        public void setValue​(double value)