Package | Description |
---|---|
org.apache.commons.lang3 |
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang classes. |
org.apache.commons.lang3.text.translate |
An API for creating text translation routines from a set of smaller building blocks.
|
Class and Description |
---|
CharSequenceTranslator
An API for translating text.
|
Class and Description |
---|
CharSequenceTranslator
An API for translating text.
|
CodePointTranslator
Helper subclass to CharSequenceTranslator to allow for translations that
will replace up to one character at a time.
|
JavaUnicodeEscaper
Translates codepoints to their Unicode escaped value suitable for Java source.
|
NumericEntityEscaper
Translates codepoints to their XML numeric entity escaped value.
|
NumericEntityUnescaper.OPTION |
UnicodeEscaper
Translates codepoints to their Unicode escaped value.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.