| Package | Description | 
|---|---|
| org.apache.commons.text.translate |  An API for creating text translation routines from a set of smaller building blocks. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JavaUnicodeEscaperTranslates codepoints to their Unicode escaped value suitable for Java source. | 
| Modifier and Type | Method and Description | 
|---|---|
| static UnicodeEscaper | UnicodeEscaper. above(int codepoint)Constructs a  UnicodeEscaperabove the specified value (exclusive). | 
| static UnicodeEscaper | UnicodeEscaper. below(int codepoint)Constructs a  UnicodeEscaperbelow the specified value (exclusive). | 
| static UnicodeEscaper | UnicodeEscaper. between(int codepointLow,
       int codepointHigh)Constructs a  UnicodeEscaperbetween the specified values (inclusive). | 
| static UnicodeEscaper | UnicodeEscaper. outsideOf(int codepointLow,
         int codepointHigh)Constructs a  UnicodeEscaperoutside of the specified values (exclusive). | 
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.