Class LongValue


public class LongValue extends ConstantValue<Long>
This class represents a constant Long value in a GroupingExpression.
Author:
Simon Thoresen Hult, bratseth
  • Constructor Details

    • LongValue

      public LongValue(long value)
      Constructs a new instance of this class.
      Parameters:
      value - the immutable value to assign to this.
  • Method Details