Module math

Class SimpleDataTable

java.lang.Object
de.grogra.math.SimpleDataTable
All Implemented Interfaces:
DataTable

public class SimpleDataTable extends Object implements DataTable
  • Constructor Details

    • SimpleDataTable

      public SimpleDataTable(int columnCount)
  • Method Details

    • clear

      public void clear()
    • getRowCount

      public int getRowCount()
      Specified by:
      getRowCount in interface DataTable
    • getColumnCount

      public int getColumnCount()
      Specified by:
      getColumnCount in interface DataTable
    • getValue

      public double getValue(int row, int column)
      Specified by:
      getValue in interface DataTable
    • getRow

      public DoubleList getRow(int row)
    • addRow

      public DoubleList addRow()
    • operator$shl

      public DoubleList operator$shl(double value)