Uses of Class
org.apache.commons.text.translate.UnicodeEscaper
| Package | Description |
|---|---|
| org.apache.commons.text.translate |
An API for creating text translation routines from a set of smaller building blocks.
|
-
Uses of UnicodeEscaper in org.apache.commons.text.translate
Subclasses of UnicodeEscaper in org.apache.commons.text.translate Modifier and Type Class Description classJavaUnicodeEscaperTranslates codepoints to their Unicode escaped value suitable for Java source.Methods in org.apache.commons.text.translate that return UnicodeEscaper Modifier and Type Method Description static UnicodeEscaperUnicodeEscaper. above(int codepoint)Constructs aUnicodeEscaperabove the specified value (exclusive).static UnicodeEscaperUnicodeEscaper. below(int codepoint)Constructs aUnicodeEscaperbelow the specified value (exclusive).static UnicodeEscaperUnicodeEscaper. between(int codepointLow, int codepointHigh)Constructs aUnicodeEscaperbetween the specified values (inclusive).static UnicodeEscaperUnicodeEscaper. outsideOf(int codepointLow, int codepointHigh)Constructs aUnicodeEscaperoutside of the specified values (exclusive).