Uses of Class
com.vladsch.flexmark.util.format.Sort
-
Packages that use Sort Package Description com.vladsch.flexmark.util.format -
-
Uses of Sort in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as Sort Modifier and Type Field Description @NotNull Sort
ColumnSort. sort
Methods in com.vladsch.flexmark.util.format that return Sort Modifier and Type Method Description static Sort
Sort. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Sort[]
Sort. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.util.format with parameters of type Sort Modifier and Type Method Description static @NotNull ColumnSort
ColumnSort. columnSort(int column, @NotNull Sort sort)
Constructors in com.vladsch.flexmark.util.format with parameters of type Sort Constructor Description ColumnSort(int column, @NotNull Sort sort)
-