-
class
Translates codepoints to their Unicode escaped value suitable for Java source.
UnicodeEscaper.above(int codepoint)
Constructs a UnicodeEscaper
above the specified value (exclusive).
UnicodeEscaper.below(int codepoint)
Constructs a UnicodeEscaper
below the specified value (exclusive).
UnicodeEscaper.between(int codepointLow,
int codepointHigh)
Constructs a UnicodeEscaper
between the specified values (inclusive).
UnicodeEscaper.outsideOf(int codepointLow,
int codepointHigh)
Constructs a UnicodeEscaper
outside of the specified values (exclusive).