de.grogra.math
Class SimpleDataTable

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

public class SimpleDataTable
extends java.lang.Object
implements DataTable


Constructor Summary
SimpleDataTable(int columnCount)
           
 
Method Summary
 DoubleList addRow()
           
 void clear()
           
 int getColumnCount()
           
 DoubleList getRow(int row)
           
 int getRowCount()
           
 double getValue(int row, int column)
           
 DoubleList operator$shl(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDataTable

public SimpleDataTable(int columnCount)
Method Detail

addRow

public DoubleList addRow()

clear

public void clear()

getColumnCount

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

getRow

public DoubleList getRow(int row)

getRowCount

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

getValue

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

operator$shl

public DoubleList operator$shl(double value)