Package com.yahoo.search.grouping.result
Class DoubleId
- java.lang.Object
-
- com.yahoo.search.grouping.result.GroupId
-
- com.yahoo.search.grouping.result.ValueGroupId<java.lang.Double>
-
- com.yahoo.search.grouping.result.DoubleId
-
public class DoubleId extends ValueGroupId<java.lang.Double>
This class is used inGroup
instances where the identifying expression evaluated to aDouble
.- Author:
- Simon Thoresen Hult
-
-
Constructor Summary
Constructors Constructor Description DoubleId(java.lang.Double value)
Constructs a new instance of this class.
-
Method Summary
-
Methods inherited from class com.yahoo.search.grouping.result.ValueGroupId
getValue
-
Methods inherited from class com.yahoo.search.grouping.result.GroupId
getTypeName, toString
-
-