Uses of Class
org.aoju.bus.core.text.escape.NumericEscaper
Packages that use NumericEscaper
-
Uses of NumericEscaper in org.aoju.bus.core.text.escape
Methods in org.aoju.bus.core.text.escape that return NumericEscaperModifier and TypeMethodDescriptionstatic NumericEscaperNumericEscaper.above(int codepoint) Constructs aNumericEscaperabove the specified value (exclusive).static NumericEscaperNumericEscaper.below(int codepoint) Constructs aNumericEscaperbelow the specified value (exclusive).static NumericEscaperNumericEscaper.between(int codepointLow, int codepointHigh) Constructs aNumericEscaperbetween the specified values (inclusive).static NumericEscaperNumericEscaper.outsideOf(int codepointLow, int codepointHigh) Constructs aNumericEscaperoutside of the specified values (exclusive).