| Package | Description |
|---|---|
| tech.tablesaw.sorting |
| Modifier and Type | Method and Description |
|---|---|
static Sort.Order |
Sort.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sort.Order[] |
Sort.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<String,Sort.Order>> |
Sort.iterator()
Returns an iterator over elements of type
T. |
| Modifier and Type | Method and Description |
|---|---|
Sort |
Sort.next(String columnName,
Sort.Order order) |
static Sort |
Sort.on(String columnName,
Sort.Order order) |
static it.unimi.dsi.fastutil.ints.IntComparator |
SortUtils.rowComparator(Column<?> column,
Sort.Order order)
Returns a comparator for the column matching the specified name
|
| Constructor and Description |
|---|
Sort(String columnName,
Sort.Order order) |
Copyright © 2019. All rights reserved.