| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Sortable is an object that can be sorted using the QuickSort method.
| Method Summary | |
|  int | compare(int a,
        int b)Compare two objects within this Sortable, identified by their position. | 
|  void | swap(int a,
     int b)Swap two objects within this Sortable, identified by their position. | 
| Method Detail | 
public int compare(int a,
                   int b)
public void swap(int a,
                 int b)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||