Class LongValue


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

      • LongValue

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