All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.util.SortAlgorithm
java.lang.Object
|
+----org.w3c.css.util.SortAlgorithm
- public abstract class SortAlgorithm
- extends Object
This class is only to sort an array with an abstract algorithm.
-
SortAlgorithm()
-
-
sort(Object[], int, int, CompareFunction)
- The sort function.
SortAlgorithm
public SortAlgorithm()
sort
public abstract void sort(Object objs[],
int start,
int end,
CompareFunction comp)
- The sort function.
- Parameters:
- objs - the array with all objects
- start - the start offset in the array
- end - the end offset in the array
- comp - The comparaison function between objects
All Packages Class Hierarchy This Package Previous Next Index