|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comparable | |
org.apache.turbine.util | Various utilities used in Turbine and for Turbine based applications. |
Uses of Comparable in org.apache.turbine.util |
Methods in org.apache.turbine.util with parameters of type Comparable | |
static void |
QuickSort.quickSort(java.lang.Object[] s,
int lo,
int hi,
Comparable cmp)
Deprecated. Sort array of Objects using the QuickSort algorithm. |
void |
QuickSort.sort(java.lang.Object[] data,
Comparable cmp)
Deprecated. Sorts and array of objects. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |