-
JavaUnicodeEscaper.above(int codepoint)
Constructs a JavaUnicodeEscaper
above the specified value (exclusive).
JavaUnicodeEscaper.below(int codepoint)
Constructs a JavaUnicodeEscaper
below the specified value (exclusive).
JavaUnicodeEscaper.between(int codepointLow,
int codepointHigh)
Constructs a JavaUnicodeEscaper
between the specified values (inclusive).
JavaUnicodeEscaper.outsideOf(int codepointLow,
int codepointHigh)
Constructs a JavaUnicodeEscaper
outside of the specified values (exclusive).