|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ulc.util.UlcSorter
Constructor Summary | |
UlcSorter()
|
Method Summary | |
void |
quickSort(int[] list,
int left,
int right)
Sort the nodes in the given array in place. |
int[] |
sort(int[] toBeSorted)
Sort the nodes in the given array returning a sorted copy. |
java.util.Vector |
sortIntegerVector(java.util.Vector toBeSorted)
Sort the vector containing Integer objects and return a copy containing the sorted result. |
int[][] |
sortToIntervals(int[] coll)
Internal |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public UlcSorter()
Method Detail |
public void quickSort(int[] list, int left, int right)
public int[] sort(int[] toBeSorted)
public java.util.Vector sortIntegerVector(java.util.Vector toBeSorted)
public int[][] sortToIntervals(int[] coll)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |