Uses of Enum Class
com.github.martincooper.datatable.sorting.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in com.github.martincooper.datatable
Methods in com.github.martincooper.datatable with parameters of type SortOrderModifier and TypeMethodDescriptionio.vavr.control.Try<DataView>Table QuickSort by single column index and a sort order.io.vavr.control.Try<DataView>Table QuickSort by single column name and a sort order.io.vavr.control.Try<DataView>Table QuickSort by single column index and a sort order.io.vavr.control.Try<DataView>Table QuickSort by single column name and a sort order. -
Uses of SortOrder in com.github.martincooper.datatable.sorting
Methods in com.github.martincooper.datatable.sorting that return SortOrderModifier and TypeMethodDescriptionSortItem.sortOrder()Returns the sort order.static SortOrderReturns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.martincooper.datatable.sorting with parameters of type SortOrderModifier and TypeMethodDescriptionio.vavr.control.Try<DataView>Table QuickSort by single column index and a sort order.io.vavr.control.Try<DataView>Table QuickSort by single column name and a sort order.Constructors in com.github.martincooper.datatable.sorting with parameters of type SortOrder