com.icl.saxon.sort
public abstract class QuickSort extends Object
public static void sort(Sortable a, int lo0, int hi0)
a
- a Sortable objectlo0
- index of first element (initially typically 0)hi0
- index of last element (initially typically length-1)