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 NumericSuffixPredicateMarkdownTable. ALL_SUFFIXES_NO_SORTstatic NumericSuffixPredicateMarkdownTable. ALL_SUFFIXES_SORTstatic NumericSuffixPredicateMarkdownTable. NO_SUFFIXESMethods in com.vladsch.flexmark.util.format with parameters of type NumericSuffixPredicate Modifier and Type Method Description MarkdownTableMarkdownTable. sorted(ColumnSort[] columnSorts, int textCollectionFlags, @Nullable NumericSuffixPredicate numericSuffixTester)Sort table
-