Uses of Class
org.apache.commons.text.translate.UnicodeEscaper
Package
Description
An API for creating text translation routines from a set of smaller building blocks.
-
Uses of UnicodeEscaper in org.apache.commons.text.translate
Modifier and TypeClassDescriptionclass
Translates code points to their Unicode escaped value suitable for Java source.Modifier and TypeMethodDescriptionstatic UnicodeEscaper
UnicodeEscaper.above
(int codePoint) Constructs aUnicodeEscaper
above the specified value (exclusive).static UnicodeEscaper
UnicodeEscaper.below
(int codePoint) Constructs aUnicodeEscaper
below the specified value (exclusive).static UnicodeEscaper
UnicodeEscaper.between
(int codePointLow, int codePointHigh) Constructs aUnicodeEscaper
between the specified values (inclusive).static UnicodeEscaper
UnicodeEscaper.outsideOf
(int codePointLow, int codePointHigh) Constructs aUnicodeEscaper
outside of the specified values (exclusive).