Overview | Methods | This Package | All Packages
| Fields | Description |
| DESCENDING | Specifies that two strings are sorted in descending order. |
| IGNORECASE | Specifies that case is ignored when comparing or sorting two strings. |
| IGNOREKANATYPE | Specifies that Hiragana and Katakana characters are not differentiated. |
| IGNORENONSPACE | Specifies that nonspacing characters (such as accents, diacritics, and vowel marks) are ignored when comparing or sorting two strings. |
| IGNORESYMBOLS | Specifies that symbols are ignored when comparing or sorting two strings. |
| IGNOREWIDTH | Specifies that character widths are ignored when comparing or sorting two strings. |
| STRINGSORT | Specifies that punctuation and symbols are treated the same when comparing or sorting strings. |