public abstract class Transliterate extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
convert(CharSequence inString)
Apply the transliteration to the input string,
returning the converted result.
|
String |
toString() |
public String convert(CharSequence inString)
Copyright © 2019. All rights reserved.