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 | Class and Description |
---|---|
class |
JavaUnicodeEscaper
Deprecated.
as of 3.6, use commons-text
UnicodeEscaper instead
|
Modifier and Type | Method and Description |
---|---|
static UnicodeEscaper |
UnicodeEscaper.above(int codepoint)
Deprecated.
Constructs a
UnicodeEscaper above the specified value (exclusive). |
static UnicodeEscaper |
UnicodeEscaper.below(int codepoint)
Deprecated.
Constructs a
UnicodeEscaper below the specified value (exclusive). |
static UnicodeEscaper |
UnicodeEscaper.between(int codepointLow,
int codepointHigh)
Deprecated.
Constructs a
UnicodeEscaper between the specified values (inclusive). |
static UnicodeEscaper |
UnicodeEscaper.outsideOf(int codepointLow,
int codepointHigh)
Deprecated.
Constructs a
UnicodeEscaper outside of the specified values (exclusive). |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.