public class UnicodeUnpaired extends CodePointTranslator
| Constructor and Description |
|---|
UnicodeUnpaired() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
translate(int codepoint,
Writer out)
Translate the specified codepoint into another.
|
translatehex, translate, translate, withpublic boolean translate(int codepoint,
Writer out)
CodePointTranslatortranslate in class CodePointTranslatorcodepoint - int character input to translateout - Writer to optionally push the translated output toCopyright © 2019. All rights reserved.