Various commonly used classes for nom-tam-fits.
-
void
Adds a new column with the specified primitive base class and element count.
void
Adds a column in flattened 1D format, specifying the size of array 'elements'.
void
void
Adds a column as an array of scalars or regular 1D primitve array elements.
Returns a deep copy of this column table, such that modification to either the original or the copy will not
affect the other.
final void
Delete all rows from the table, but leaving the column structure intact.
void
Deletes a column from this table.
void
Delete a contiguous set of columns from the table.
final void
Delete a row from the table.
void
Delete a contiguous set of rows from the table.
void
void
Sets new data for a table column.
void
void
Sets new data element in this table
void
void
Sets new data for a table row
void
Sets new data for a column, in wrapped format.
Create the object after checking consistency.