Class PrimeGapTest.StackElement

java.lang.Object
de.tilman_neumann.jml.primes.PrimeGapTest.StackElement
Enclosing class:
PrimeGapTest

public static class PrimeGapTest.StackElement
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long lastPrime  
    long prime  
    double ratio  
  • Constructor Summary

    Constructors
    Constructor Description
    StackElement​(long lastPrime, long prime, double ratio)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • lastPrime

      public long lastPrime
    • prime

      public long prime
    • ratio

      public double ratio
  • Constructor Details

    • StackElement

      public StackElement​(long lastPrime, long prime, double ratio)