Uses of Class
org.apache.commons.lang3.text.translate.UnicodeEscaper
-
Packages that use UnicodeEscaper Package Description org.apache.commons.lang3.text.translate An API for creating text translation routines from a set of smaller building blocks. -
-
Uses of UnicodeEscaper in org.apache.commons.lang3.text.translate
Subclasses of UnicodeEscaper in org.apache.commons.lang3.text.translate Modifier and Type Class Description classJavaUnicodeEscaperDeprecated.as of 3.6, use commons-text UnicodeEscaper insteadMethods in org.apache.commons.lang3.text.translate that return UnicodeEscaper Modifier and Type Method Description static UnicodeEscaperUnicodeEscaper. above(int codepoint)Deprecated.Constructs aUnicodeEscaperabove the specified value (exclusive).static UnicodeEscaperUnicodeEscaper. below(int codepoint)Deprecated.Constructs aUnicodeEscaperbelow the specified value (exclusive).static UnicodeEscaperUnicodeEscaper. between(int codepointLow, int codepointHigh)Deprecated.Constructs aUnicodeEscaperbetween the specified values (inclusive).static UnicodeEscaperUnicodeEscaper. outsideOf(int codepointLow, int codepointHigh)Deprecated.Constructs aUnicodeEscaperoutside of the specified values (exclusive).
-