Uses of Class
com.ibm.icu.text.CaseMap
-
Packages that use CaseMap Package Description com.ibm.icu.text -
-
Uses of CaseMap in com.ibm.icu.text
Subclasses of CaseMap in com.ibm.icu.text Modifier and Type Class Description static classCaseMap.FoldCase folding options and methods.static classCaseMap.LowerLowercasing options and methods.static classCaseMap.TitleTitlecasing options and methods.static classCaseMap.UpperUppercasing options and methods.Methods in com.ibm.icu.text that return CaseMap Modifier and Type Method Description abstract CaseMapCaseMap. omitUnchangedText()Returns an instance that behaves like this one but omits unchanged text when case-mapping withEdits.
-