Class LongValue
- java.lang.Object
-
- com.yahoo.search.grouping.request.GroupingNode
-
- com.yahoo.search.grouping.request.GroupingExpression
-
- com.yahoo.search.grouping.request.ConstantValue<Long>
-
- com.yahoo.search.grouping.request.LongValue
-
public class LongValue extends ConstantValue<Long>
This class represents a constantLong
value in aGroupingExpression
.- Author:
- Simon Thoresen Hult, bratseth
-
-
Constructor Summary
Constructors Constructor Description LongValue(long value)
Constructs a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongValue
copy()
Returns a deep copy of this-
Methods inherited from class com.yahoo.search.grouping.request.ConstantValue
getValue
-
Methods inherited from class com.yahoo.search.grouping.request.GroupingExpression
asImage, asString, getLevel, getLevelOrNull, resolveLevel, setLabel, visit
-
Methods inherited from class com.yahoo.search.grouping.request.GroupingNode
getImage, getLabel, toString
-
-
-
-
Method Detail
-
copy
public LongValue copy()
Description copied from class:GroupingExpression
Returns a deep copy of this- Specified by:
copy
in classConstantValue<Long>
-
-