CaseMap.Fold, CaseMap.Lower, CaseMap.Title, CaseMap.Upperpublic abstract class CaseMap
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CaseMap.Fold |
Case folding options and methods.
|
static class |
CaseMap.Lower |
Lowercasing options and methods.
|
static class |
CaseMap.Title |
Titlecasing options and methods.
|
static class |
CaseMap.Upper |
Uppercasing options and methods.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
internalOptions |
Deprecated.
This API is ICU internal only.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CaseMap.Fold |
fold() |
|
abstract CaseMap |
omitUnchangedText() |
Returns an instance that behaves like this one but
omits unchanged text when case-mapping with
Edits. |
static CaseMap.Lower |
toLower() |
|
static CaseMap.Title |
toTitle() |
|
static CaseMap.Upper |
toUpper() |
@Deprecated protected int internalOptions
public static CaseMap.Lower toLower()
public static CaseMap.Upper toUpper()
public static CaseMap.Title toTitle()
public static CaseMap.Fold fold()
Copyright ? 2016 Unicode, Inc. and others.