Package | Description |
---|---|
com.streamscape.ds.stable.columns | |
com.streamscape.ds.stable.index | |
com.streamscape.ds.stable.table | |
com.streamscape.ds.stable.utils |
Modifier and Type | Method and Description |
---|---|
default IntComparator |
Column.rowComparator(Order order) |
IntComparator |
ColumnWrapper.rowComparator(Order order) |
Modifier and Type | Method and Description |
---|---|
boolean |
SIndexWrapper.isOrder(Order[] order) |
boolean |
SIndex.isOrder(Order[] order) |
boolean |
AbstractSIndex.isOrder(Order[] order) |
Modifier and Type | Method and Description |
---|---|
SnapshotView |
Snapshot.orderBy(java.lang.String[] columnNames,
Order[] order) |
SnapshotView |
SnapshotTable.sortOn(java.lang.String[] columnNames,
Order[] order) |
SnapshotView |
SnapshotSlice.sortOn(java.lang.String[] columnNames,
Order[] order) |
SnapshotView |
SnapshotView.sortOn(java.lang.String[] columnNames,
Order[] order) |
abstract SnapshotView |
Snapshot.sortOn(java.lang.String[] columnNames,
Order[] order) |
Modifier and Type | Field and Description |
---|---|
static Order |
Order.ASC |
static Order |
Order.DESC |
Modifier and Type | Method and Description |
---|---|
static Order |
Order.valueOf(java.lang.String name) |
static Order[] |
Order.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.