Package com.ibm.icu.text
Class TransliteratorIDParser.SingleID
- java.lang.Object
-
- com.ibm.icu.text.TransliteratorIDParser.SingleID
-
- Enclosing class:
- TransliteratorIDParser
static class TransliteratorIDParser.SingleID extends java.lang.Object
A structure containing the canonicalized data of a filtered ID, that is, a basic ID optionally with a filter. 'canonID' is always non-null. It may be the empty string "". It is the id that should be assigned to the created transliterator. It _cannot_ be instantiated directly. 'basicID' is always non-null and non-empty. It is always of the form S-T or S-T/V. It is designed to be fed to low-level instantiation code that only understands these two formats. 'filter' may be null, if there is none, or non-null and non-empty.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Transliterator
getInstance()
-
-
-
Method Detail
-
getInstance
Transliterator getInstance()
-
-