JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.vladsch.flexmark.util.format
NumericSuffixPredicate
Contents
Description
Method Summary
Method Details
sortSuffix(String)
Hide sidebar
Show sidebar
Interface NumericSuffixPredicate
All Superinterfaces:
Predicate
<
String
>
public interface
NumericSuffixPredicate
extends
Predicate
<
String
>
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default boolean
sortSuffix
(@NotNull
String
suffix)
Methods inherited from interface
Predicate
and
,
negate
,
or
,
test
Method Details
sortSuffix
default
boolean
sortSuffix
(@NotNull @NotNull
String
suffix)