Uses of Enum Class
com.vladsch.flexmark.util.format.Sort
Packages that use Sort
-
Uses of Sort in com.vladsch.flexmark.util.format
Subclasses with type arguments of type Sort in com.vladsch.flexmark.util.formatFields in com.vladsch.flexmark.util.format declared as SortMethods in com.vladsch.flexmark.util.format that return SortModifier and TypeMethodDescriptionstatic SortReturns 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 ColumnSortColumnSort.columnSort(int column, @NotNull Sort sort) Constructors in com.vladsch.flexmark.util.format with parameters of type Sort