Class InfiniteValue
- java.lang.Object
-
- com.yahoo.search.grouping.request.GroupingNode
-
- com.yahoo.search.grouping.request.GroupingExpression
-
- com.yahoo.search.grouping.request.ConstantValue<Infinite>
-
- com.yahoo.search.grouping.request.InfiniteValue
-
public class InfiniteValue extends ConstantValue<Infinite>
This class represents an infinite value in aGroupingExpression
.- Author:
- Ulf Lilleengen, bratseth
-
-
Constructor Summary
Constructors Constructor Description InfiniteValue(Infinite value)
Constructs a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfiniteValue
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
-
-
-
-
Constructor Detail
-
InfiniteValue
public InfiniteValue(Infinite value)
Constructs a new instance of this class.- Parameters:
value
- The immutable value to assign to this.
-
-
Method Detail
-
copy
public InfiniteValue copy()
Description copied from class:GroupingExpression
Returns a deep copy of this- Specified by:
copy
in classConstantValue<Infinite>
-
-