Package cern.colt
Class GenericSortingTest
- java.lang.Object
-
- cern.colt.GenericSortingTest
-
class GenericSortingTest extends java.lang.Object
Demonstrates how to useSort
.- Version:
- 1.0, 03-Jul-99
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GenericSortingTest()
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 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.
-