API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.text. Normalizer View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      Normalizer
Implements
Subclasses
Description
publicfinal class Normalizer
  This class provides the method normalize which transforms Unicode text into an equivalent composed or decomposed form, allowing for easier sorting and searching of text.
See also:   
Constructors
private Normalizer ()
Methods
Hide/Show inherited methods
publicstatic boolean isNormalized (CharSequence src, Form form)
  Determines if the given sequence of char values is normalized.
publicstatic String normalize (CharSequence src, Form form)
  Normalize a sequence of char values.
Fields
Hide/Show inherited fields
Nested Classes
  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.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar