Class LongValue
java.lang.Object
This class represents a constant
Long value in a GroupingExpression.- Author:
- Simon Thoresen Hult, bratseth
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.search.grouping.request.ConstantValue
getValueMethods inherited from class com.yahoo.search.grouping.request.GroupingExpression
asImage, asString, getLevel, getLevelOrNull, resolveLevel, setLabel, visitMethods inherited from class com.yahoo.search.grouping.request.GroupingNode
getImage, getLabel, toString
-
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
-
copy
Description copied from class:GroupingExpressionReturns a deep copy of this- Specified by:
copyin classConstantValue<Long>
-