setTable abstract method

void setTable(
  1. int table,
  2. List<double> values
)

Implementation

void setTable(int table, List<double> values);