Package com.yahoo.search.grouping.result
Class DoubleId
- java.lang.Object
-
- com.yahoo.search.grouping.result.GroupId
-
- com.yahoo.search.grouping.result.ValueGroupId<Double>
-
- com.yahoo.search.grouping.result.DoubleId
-
public class DoubleId extends ValueGroupId<Double>
- Author:
- Simon Thoresen Hult
-
-
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
-
-
-
-
Constructor Detail
-
DoubleId
public DoubleId(Double value)
Constructs a new instance of this class.- Parameters:
value
- The identifying double.
-
-