Package cern.colt
Class GenericSortingTest
- java.lang.Object
-
- cern.colt.GenericSortingTest
-
class GenericSortingTest extends java.lang.ObjectDemonstrates how to useSort.- Version:
- 1.0, 03-Jul-99
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGenericSortingTest()Makes this class non instantiable, but still let's others inherit from it.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddemo1()Just a demo.static voiddemo2()Just a demo.static voidtestRandomly(int runs)Checks the correctness of the partition method by generating random input parameters and checking whether results are correct.
-