Package cern.colt

Class GenericSortingTest

java.lang.Object
cern.colt.GenericSortingTest

class GenericSortingTest extends Object
Demonstrates how to use
invalid reference
Sort
.
Version:
1.0, 03-Jul-99
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Makes this class non instantiable, but still let's others inherit from it.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Just a demo.
    static void
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.