Uses of Class
com.vladsch.flexmark.util.format.ColumnSort
-
Packages that use ColumnSort Package Description com.vladsch.flexmark.util.format -
-
Uses of ColumnSort in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format that return ColumnSort Modifier and Type Method Description static @NotNull ColumnSort
ColumnSort. columnSort(int column, boolean descending, boolean numeric, boolean numericLast)
static @NotNull ColumnSort
ColumnSort. columnSort(int column, @NotNull Sort sort)
Methods in com.vladsch.flexmark.util.format with parameters of type ColumnSort Modifier and Type Method Description MarkdownTable
MarkdownTable. sorted(ColumnSort[] columnSorts, int textCollectionFlags, @Nullable NumericSuffixPredicate numericSuffixTester)
Sort table
-