Module java.base
Package java.text

Enum Class Normalizer.Form

java.lang.Object
java.lang.Enum<Normalizer.Form>
java.text.Normalizer.Form
All Implemented Interfaces:
Serializable, Comparable<Normalizer.Form>, Constable
Enclosing class:
Normalizer

public static enum Normalizer.Form extends Enum<Normalizer.Form>
This enum provides constants of the four Unicode normalization forms that are described in Unicode Standard Annex #15 — Unicode Normalization Forms and two methods to access them.
Since:
1.6
External Specifications