Class Normalizer.Mode

  • Enclosing class:
    Normalizer

    @Deprecated
    public abstract static class Normalizer.Mode
    extends Object
    Deprecated.
    ICU 56 Use Normalizer2 instead.
    Constants for normalization modes.

    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.

    • Constructor Detail

      • Mode

        @Deprecated
        protected Mode()
        Deprecated.
        This API is ICU internal only.
        Sole constructor
        Status:
        Internal. This API is ICU internal only.
    • Method Detail

      • getNormalizer2

        @Deprecated
        protected abstract Normalizer2 getNormalizer2​(int options)
        Deprecated.
        This API is ICU internal only.
        Status:
        Internal. This API is ICU internal only.