Uses of Interface
com.vladsch.flexmark.util.format.NumericSuffixPredicate
-
Packages that use NumericSuffixPredicate Package Description com.vladsch.flexmark.util.format -
-
Uses of NumericSuffixPredicate in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as NumericSuffixPredicate Modifier and Type Field Description static NumericSuffixPredicate
MarkdownTable. ALL_SUFFIXES_NO_SORT
static NumericSuffixPredicate
MarkdownTable. ALL_SUFFIXES_SORT
static NumericSuffixPredicate
MarkdownTable. NO_SUFFIXES
Methods in com.vladsch.flexmark.util.format with parameters of type NumericSuffixPredicate Modifier and Type Method Description MarkdownTable
MarkdownTable. sorted(ColumnSort[] columnSorts, int textCollectionFlags, @Nullable NumericSuffixPredicate numericSuffixTester)
Sort table
-