Uses of Enum Class
com.vladsch.flexmark.util.format.Sort
Packages that use Sort
-
Uses of Sort in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as SortMethods in com.vladsch.flexmark.util.format that return SortModifier and TypeMethodDescriptionstatic Sort
Returns the enum constant of this class with the specified name.static Sort[]
Sort.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.util.format with parameters of type SortModifier and TypeMethodDescriptionstatic @NotNull ColumnSort
ColumnSort.columnSort
(int column, @NotNull Sort sort) Constructors in com.vladsch.flexmark.util.format with parameters of type Sort