Collator.getDecomposition
Class Overview | Class Members |
This Package |
All Packages
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:
- NO_DECOMPOSITION,
- CANONICAL_DECOMPOSITION
- FULL_DECOMPOSITION.
See the documentation for these three constants for a description
of their meaning.
See Also
setDecomposition, NO_DECOMPOSITION, CANONICAL_DECOMPOSITION, FULL_DECOMPOSITION