Interface NumberGenerator<T extends Number>

    • Method Detail

      • nextValue

        T nextValue()
        Returns:
        The next value from the generator.