Addicted2Flash API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IArraySorter
Methods
Package
com.addicted2flash.util.sorter
Interface
public interface IArraySorter
Implementors
ArrayHeapSorter
,
ArrayMergeSorter
,
ArrayQuickSorter
,
ArraySelectionSorter
Interface for Array sorter.
Public Methods
Method
Defined by
sort
(a:Array):void
sorting Arrays
IArraySorter
Method detail
sort
()
method
public function sort(a:Array):void
sorting Arrays
Parameters
a
:Array
— Array
Copyright 2009 - Tim Richter