| Package | Description |
|---|---|
| com.github.martincooper.datatable | |
| com.github.martincooper.datatable.sorting |
| Modifier and Type | Method and Description |
|---|---|
io.vavr.control.Try<DataView> |
DataView.quickSort(SortItem sortItem)
Table QuickSort by single sort item.
|
io.vavr.control.Try<DataView> |
DataTable.quickSort(SortItem sortItem)
Table QuickSort by single sort item.
|
| Modifier and Type | Method and Description |
|---|---|
io.vavr.control.Try<DataView> |
DataView.quickSort(Iterable<SortItem> sortItems)
Table QuickSort by multiple sort items.
|
io.vavr.control.Try<DataView> |
DataTable.quickSort(Iterable<SortItem> sortItems)
Table QuickSort by multiple sort items.
|
| Modifier and Type | Method and Description |
|---|---|
io.vavr.control.Try<DataView> |
IQuickSort.quickSort(SortItem sortItem)
Table QuickSort by single sort item.
|
| Modifier and Type | Method and Description |
|---|---|
static io.vavr.control.Try<DataView> |
DataSort.quickSort(DataTable table,
io.vavr.collection.Seq<DataRow> rows,
io.vavr.collection.Seq<SortItem> sortItems)
Performs a quick sort on a DataTable given the specified parameters.
|
io.vavr.control.Try<DataView> |
IQuickSort.quickSort(Iterable<SortItem> sortItems)
Table QuickSort by multiple sort items.
|
Copyright © 2017. All rights reserved.