Class LongBucket

    • Constructor Detail

      • LongBucket

        public LongBucket​(long from,
                          long to)
        Constructs a new instance of this class.
        Parameters:
        from - The from-value to assign to this.
        to - The to-value to assign to this.
      • LongBucket

        public LongBucket​(ConstantValue from,
                          ConstantValue to)
        Constructs a new instance of this class.
        Parameters:
        from - The from-value to assign to this.
        to - The to-value to assign to this.
    • Method Detail

      • nextValue

        public static LongValue nextValue​(LongValue value)
        Gives the next distinct long value.
        Parameters:
        value - the base value.
        Returns:
        the next value.