Collator.getDecomposition

Collator.getDecomposition

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized int getDecomposition()
Returns
the decomposition mode
Description
Get the decomposition mode of this Collator. Decomposition mode determines how Unicode composed characters are handled. Adjusting decomposition mode allows the user to select between faster and more complete collation behavior.

The three values for decomposition mode are:

See the documentation for these three constants for a description of their meaning.

See Also
setDecomposition, NO_DECOMPOSITION, CANONICAL_DECOMPOSITION, FULL_DECOMPOSITION