Class StepDoubleGenerator

  • All Implemented Interfaces:
    Generator<java.lang.Double>, NonNullGenerator<java.lang.Double>, com.rapiddweller.common.Resettable, com.rapiddweller.common.ThreadAware, java.io.Closeable, java.lang.AutoCloseable

    public class StepDoubleGenerator
    extends AbstractNonNullNumberGenerator<java.lang.Double>
    Double Generator that implements a 'step' Double Sequence.

    Created: 26.07.2007 18:36:45
    Author:
    Volker Bergmann
    • Constructor Detail

      • StepDoubleGenerator

        public StepDoubleGenerator()
        Instantiates a new Step double generator.
      • StepDoubleGenerator

        public StepDoubleGenerator​(double min,
                                   double max)
        Instantiates a new Step double generator.
        Parameters:
        min - the min
        max - the max
      • StepDoubleGenerator

        public StepDoubleGenerator​(double min,
                                   double max,
                                   double increment)
        Instantiates a new Step double generator.
        Parameters:
        min - the min
        max - the max
        increment - the increment
      • StepDoubleGenerator

        public StepDoubleGenerator​(double min,
                                   java.lang.Double max,
                                   double increment,
                                   java.lang.Double initial)
        Instantiates a new Step double generator.
        Parameters:
        min - the min
        max - the max
        increment - the increment
        initial - the initial