public class Rows
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
appendRowToTable(int row,
SnapshotTable oldTable,
SnapshotTable newTable) |
static boolean |
compareRows(int rowInOriginal,
SnapshotTable original,
SnapshotTable tempTable) |
static void |
copyRowsToTable(IntArrayList rows,
Snapshot oldTable,
SnapshotTable newTable) |
static void |
copyRowsToTable(Selection rows,
Snapshot oldTable,
SnapshotTable newTable) |
static void |
head(int rowCount,
SnapshotTable oldTable,
SnapshotTable newTable) |
static void |
tail(int rowsToInclude,
SnapshotTable oldTable,
SnapshotTable newTable) |
public static void copyRowsToTable(IntArrayList rows, Snapshot oldTable, SnapshotTable newTable)
public static void appendRowToTable(int row, SnapshotTable oldTable, SnapshotTable newTable)
public static boolean compareRows(int rowInOriginal, SnapshotTable original, SnapshotTable tempTable)
public static void copyRowsToTable(Selection rows, Snapshot oldTable, SnapshotTable newTable)
public static void head(int rowCount, SnapshotTable oldTable, SnapshotTable newTable)
public static void tail(int rowsToInclude, SnapshotTable oldTable, SnapshotTable newTable)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.