| Package | Description | 
|---|---|
| com.whitestein.lsps.common.hack.lang3.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)
Deprecated.  
 Constructs a  
JavaUnicodeEscaper above the specified value (exclusive). | 
static JavaUnicodeEscaper | 
JavaUnicodeEscaper.below(int codepoint)
Deprecated.  
 Constructs a  
JavaUnicodeEscaper below the specified value (exclusive). | 
static JavaUnicodeEscaper | 
JavaUnicodeEscaper.between(int codepointLow,
       int codepointHigh)
Deprecated.  
 Constructs a  
JavaUnicodeEscaper between the specified values (inclusive). | 
static JavaUnicodeEscaper | 
JavaUnicodeEscaper.outsideOf(int codepointLow,
         int codepointHigh)
Deprecated.  
 Constructs a  
JavaUnicodeEscaper outside of the specified values (exclusive). | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.