|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.icu.text.Normalizer.Mode
This class represents the mode of a Normalizer
object, i.e. the Unicode Normalization Form of the
text that the Normalizer produces. Mode objects
are used as arguments to the constructors
and setMode
method of Normalizer.
Clients cannot create Mode objects directly.
Instead, use the predefined constants Normalizer.NO_OP
,
Normalizer.COMPOSE
, Normalizer.COMPOSE_COMPAT
,
Normalizer.DECOMP
, and Normalizer.DECOMP_COMPAT
.
Normalizer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |