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 ColumnSortColumnSort. columnSort(int column, boolean descending, boolean numeric, boolean numericLast)static @NotNull ColumnSortColumnSort. columnSort(int column, @NotNull Sort sort)Methods in com.vladsch.flexmark.util.format with parameters of type ColumnSort Modifier and Type Method Description MarkdownTableMarkdownTable. sorted(ColumnSort[] columnSorts, int textCollectionFlags, @Nullable NumericSuffixPredicate numericSuffixTester)Sort table
-