Uses of Class
org.apache.commons.text.translate.JavaUnicodeEscaper
| Package | Description |
|---|---|
| org.apache.commons.text.translate |
An API for creating text translation routines from a set of smaller building blocks.
|
-
Uses of JavaUnicodeEscaper in org.apache.commons.text.translate
Methods in org.apache.commons.text.translate that return JavaUnicodeEscaper Modifier and Type Method Description static JavaUnicodeEscaperJavaUnicodeEscaper. above(int codepoint)Constructs aJavaUnicodeEscaperabove the specified value (exclusive).static JavaUnicodeEscaperJavaUnicodeEscaper. below(int codepoint)Constructs aJavaUnicodeEscaperbelow the specified value (exclusive).static JavaUnicodeEscaperJavaUnicodeEscaper. between(int codepointLow, int codepointHigh)Constructs aJavaUnicodeEscaperbetween the specified values (inclusive).static JavaUnicodeEscaperJavaUnicodeEscaper. outsideOf(int codepointLow, int codepointHigh)Constructs aJavaUnicodeEscaperoutside of the specified values (exclusive).