| Method | Defined by | ||
|---|---|---|---|
|
Create a new
ArraySelectionSorter
| ArraySelectionSorter | ||
|
sort(a:Array):void
sorting Arrays
| ArraySelectionSorter | ||
| ArraySelectionSorter | () | constructor |
public function ArraySelectionSorter(cmp:IComparator)
Create a new ArraySelectionSorter
cmp:IComparator — IComparator for ordering elements
|
| sort | () | method |
public function sort(a:Array):voidsorting Arrays
Parametersa:Array — Array
|