| | Class | Description |
| | CaseInsensitiveCollator |
The CaseInsensitiveCollator class is used for creating
case-insensitive compare function. |
| | CollatorFactory |
The CollatorFactory class generates locale-sensitive String comparison
functions, SimpleCollators and SortFields to support different collation rules. |
| | DynamicNationalCollatorFactory |
The DynamicNationalCollatorFactory class generates locale-sensitive String comparison
functions to support case-sensitive and case-insensitive collation orders where the collation definitions are in an XML object. |
| | NationalCollatorFactory |
The NationalCollatorFactory class is the base class for other national
collator factories (if you are a newbie, you should read the
documentation of this class first). |
| | SimpleCollator |
The SimpleCollator class performs locale-sensitive String comparison. |