| Package | Description | 
|---|---|
| org.apache.commons.text.translate |  An API for creating text translation routines from a set of smaller building blocks. | 
| Modifier and Type | Method and Description | 
|---|---|
| static JavaUnicodeEscaper | JavaUnicodeEscaper. above(int codepoint)
 Constructs a  JavaUnicodeEscaperabove the specified value (exclusive). | 
| static JavaUnicodeEscaper | JavaUnicodeEscaper. below(int codepoint)
 Constructs a  JavaUnicodeEscaperbelow the specified value (exclusive). | 
| static JavaUnicodeEscaper | JavaUnicodeEscaper. between(int codepointLow,
       int codepointHigh)
 Constructs a  JavaUnicodeEscaperbetween the specified values (inclusive). | 
| static JavaUnicodeEscaper | JavaUnicodeEscaper. outsideOf(int codepointLow,
         int codepointHigh)
 Constructs a  JavaUnicodeEscaperoutside of the specified values (exclusive). | 
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.