Packagede.polygonal.ds.sort
Classpublic class SortOptions
InheritanceSortOptions Inheritance Object



Public Constants
 ConstantDefined 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
Constant Detail
CASEINSENSITIVEConstant
public static const CASEINSENSITIVE:int

A flag that specifies case-insensitive sorting. You can use this constant for the options parameter in the sort() method.

See also

CHARACTER_STRINGConstant 
public static const CHARACTER_STRING:int

A flag that Specifies character-string sorting. You can use this constant for the options parameter in the sort() method.

See also

DESCENDINGConstant 
public static const DESCENDING:int

A flag that specifies descending sorting. You can use this constant for the options parameter in the sort() method.

See also

INSERTION_SORTConstant 
public static const INSERTION_SORT:int

A flag that specifies the insertion sort algorithm. You can use this constant for the options parameter in the sort() method.

See also