Uses of Package
org.apache.commons.lang3.text.translate
-
Packages that use org.apache.commons.lang3.text.translate Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.lang
classes.org.apache.commons.lang3.text.translate An API for creating text translation routines from a set of smaller building blocks. -
Classes in org.apache.commons.lang3.text.translate used by org.apache.commons.lang3 Class Description CharSequenceTranslator An API for translating text. -
Classes in org.apache.commons.lang3.text.translate used by org.apache.commons.lang3.text.translate Class 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.