@Immutable public final class Rows extends 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(int[] rows,
Table oldTable,
Table newTable)
Copies the rows indicated by the row index values in the given array from oldTable to newTable
|
static void |
copyRowsToTable(Selection rows,
Table oldTable,
Table newTable)
Copies the rows indicated by the row index values in the given selection from oldTable to
newTable
|
static void |
head(int rowCount,
Table oldTable,
Table newTable) |
static void |
tail(int rowsToInclude,
Table oldTable,
Table newTable) |
public static void copyRowsToTable(Selection rows, Table oldTable, Table newTable)
public static void copyRowsToTable(int[] rows, Table oldTable, Table newTable)
Copyright © 2020. All rights reserved.