Class RawBucket

    • Constructor Detail

      • RawBucket

        public RawBucket​(RawBuffer from,
                         RawBuffer 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.
      • RawBucket

        public RawBucket​(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 RawValue nextValue​(RawValue value)
        Get the next distinct value.
        Parameters:
        value - The base value.
        Returns:
        the next value.