Uses of Class
com.vladsch.flexmark.util.sequence.mappers.SpecialLeadInStartsWithCharsHandler
-
Packages that use SpecialLeadInStartsWithCharsHandler Package Description com.vladsch.flexmark.util.sequence.mappers -
-
Uses of SpecialLeadInStartsWithCharsHandler in com.vladsch.flexmark.util.sequence.mappers
Methods in com.vladsch.flexmark.util.sequence.mappers that return SpecialLeadInStartsWithCharsHandler Modifier and Type Method Description static @NotNull SpecialLeadInStartsWithCharsHandler
SpecialLeadInStartsWithCharsHandler. create(char leadInChar)
static @NotNull SpecialLeadInStartsWithCharsHandler
SpecialLeadInStartsWithCharsHandler. create(@NotNull java.lang.CharSequence leadInChar)
-