| Package | Description |
|---|---|
| tech.tablesaw.api | |
| tech.tablesaw.sorting |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.sortOn(Sort key) |
| Modifier and Type | Method and Description |
|---|---|
Sort |
Sort.next(String columnName,
Sort.Order order) |
static Sort |
Sort.on(String columnName,
Sort.Order order) |
| Modifier and Type | Method and Description |
|---|---|
static IntComparatorChain |
SortUtils.getChain(Table table,
Sort key)
Returns a comparator chain for sorting according to the given key
|
static it.unimi.dsi.fastutil.ints.IntComparator |
SortUtils.getComparator(Table table,
Sort key)
Returns a comparator that can be used to sort the records in this table according to the given sort key
|
Copyright © 2019. All rights reserved.