Package cern.colt
Class GenericSortingTest
java.lang.Object
cern.colt.GenericSortingTest
Demonstrates how to use
.
invalid reference
Sort
- Version:
- 1.0, 03-Jul-99
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Makes this class non instantiable, but still let's others inherit from it. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
demo1()
Just a demo.static void
demo2()
Just a demo.static void
testRandomly
(int runs) Checks the correctness of the partition method by generating random input parameters and checking whether results are correct.
-
Constructor Details
-
GenericSortingTest
protected GenericSortingTest()Makes this class non instantiable, but still let's others inherit from it.
-
-
Method Details
-
demo1
public static void demo1()Just a demo. -
demo2
public static void demo2()Just a demo. -
testRandomly
public static void testRandomly(int runs) Checks the correctness of the partition method by generating random input parameters and checking whether results are correct.
-