| Package | Description |
|---|---|
| com.github.martincooper.datatable | |
| com.github.martincooper.datatable.sorting |
| Modifier and Type | Method and Description |
|---|---|
io.vavr.control.Try<DataView> |
DataView.quickSort(Integer columnIndex,
SortOrder sortOrder)
Table QuickSort by single column index and a sort order.
|
io.vavr.control.Try<DataView> |
DataTable.quickSort(Integer columnIndex,
SortOrder sortOrder)
Table QuickSort by single column index and a sort order.
|
io.vavr.control.Try<DataView> |
DataView.quickSort(String columnName,
SortOrder sortOrder)
Table QuickSort by single column name and a sort order.
|
io.vavr.control.Try<DataView> |
DataTable.quickSort(String columnName,
SortOrder sortOrder)
Table QuickSort by single column name and a sort order.
|
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
SortItem.sortOrder()
Returns the sort order.
|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
io.vavr.control.Try<DataView> |
IQuickSort.quickSort(Integer columnIndex,
SortOrder sortOrder)
Table QuickSort by single column index and a sort order.
|
io.vavr.control.Try<DataView> |
IQuickSort.quickSort(String columnName,
SortOrder sortOrder)
Table QuickSort by single column name and a sort order.
|
| Constructor and Description |
|---|
SortItem(Integer columnIndex,
SortOrder sortOrder)
SortItem constructor.
|
SortItem(String columnName,
SortOrder sortOrder)
SortItem constructor.
|
Copyright © 2017. All rights reserved.