@Deprecated public abstract static class Normalizer.Mode extends Object
Normalizer2
instead.The Mode class is not intended for public subclassing. Only the Mode constants provided by the Normalizer class should be used, and any fields or methods should not be called or overridden by users.
Modifier | Constructor | Description |
---|---|---|
protected |
Mode() |
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract Normalizer2 |
getNormalizer2(int options) |
Deprecated.
This API is ICU internal only.
|
@Deprecated protected Mode()
@Deprecated protected abstract Normalizer2 getNormalizer2(int options)
Copyright ? 2016 Unicode, Inc. and others.