@Immutable
public class Rows
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
appendRowToTable(int row,
Table oldTable,
Table newTable) |
static boolean |
compareRows(int rowInOriginal,
Table original,
Table tempTable) |
static void |
copyRowsToTable(it.unimi.dsi.fastutil.ints.IntArrayList rows,
Table oldTable,
Table newTable)
Copy the given rows to a table
|
static void |
copyRowsToTable(Selection rows,
Table oldTable,
Table newTable) |
static void |
head(int rowCount,
Table oldTable,
Table newTable) |
static void |
tail(int rowsToInclude,
Table oldTable,
Table newTable) |