Java java.text Normalizer fields, constructors, methods, implement or subclass

Example usage for Java java.text Normalizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.text Normalizer.

The text is from its open source code.

Subclass

java.text.Normalizer has subclasses.
Click this link to see all its subclasses.

Method

booleanisNormalized(CharSequence src, Form form)
Determines if the given sequence of char values is normalized.
Stringnormalize(CharSequence src, Form form)
Normalize a sequence of char values.