@Immutable public 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(it.unimi.dsi.fastutil.ints.IntArrayList rows,
Table oldTable,
Table newTable) |
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) |
Copyright © 2018. All rights reserved.