com.ibm.icu.text
Class Normalizer.Mode

java.lang.Object
  extended by com.ibm.icu.text.Normalizer.Mode
Enclosing class:
Normalizer

public abstract static class Normalizer.Mode
extends Object

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.

Status:
Stable ICU 2.8.

Constructor Summary
Normalizer.Mode()
           
 
Method Summary
protected abstract  Normalizer2 getNormalizer2(int options)
          Deprecated. This API is ICU internal only.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Normalizer.Mode

public Normalizer.Mode()
Method Detail

getNormalizer2

protected abstract Normalizer2 getNormalizer2(int options)
Deprecated. This API is ICU internal only.

Status:
Internal. This API is ICU internal only.


Copyright (c) 2011 IBM Corporation and others.