| Constant | Defined By | ||
|---|---|---|---|
| CASEINSENSITIVE : int [static]
A flag that specifies case-insensitive sorting. | SortOptions | ||
| CHARACTER_STRING : int [static]
A flag that Specifies character-string sorting. | SortOptions | ||
| DESCENDING : int [static]
A flag that specifies descending sorting. | SortOptions | ||
| INSERTION_SORT : int [static]
A flag that specifies the insertion sort algorithm. | SortOptions | ||
| CASEINSENSITIVE | Constant |
public static const CASEINSENSITIVE:intA flag that specifies case-insensitive sorting. You can use this constant for the options parameter in the sort() method.
See also
| CHARACTER_STRING | Constant |
public static const CHARACTER_STRING:intA flag that Specifies character-string sorting. You can use this constant for the options parameter in the sort() method.
See also
| DESCENDING | Constant |
public static const DESCENDING:intA flag that specifies descending sorting. You can use this constant for the options parameter in the sort() method.
See also
| INSERTION_SORT | Constant |
public static const INSERTION_SORT:intA flag that specifies the insertion sort algorithm. You can use this constant for the options parameter in the sort() method.
See also