Class SieveTest

java.lang.Object
de.tilman_neumann.jml.primes.exact.SieveTest

public class SieveTest
extends java.lang.Object
Test performance and correctness of results of prime sieves.
  • Constructor Summary

    Constructors
    Constructor Description
    SieveTest()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Test.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SieveTest

      public SieveTest()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      Test.
      Parameters:
      args - ignored