Package com.yahoo.search.grouping.result
Class DoubleBucketId
java.lang.Object
com.yahoo.search.grouping.result.GroupId
com.yahoo.search.grouping.result.BucketGroupId<Double>
com.yahoo.search.grouping.result.DoubleBucketId
This class is used in
Group instances where the identifying expression evaluated to a DoubleBucket.- Author:
- Simon Thoresen Hult
-
Constructor Summary
ConstructorsConstructorDescriptionDoubleBucketId(Double from, Double to) Constructs a new instance of this class. -
Method Summary
Methods inherited from class com.yahoo.search.grouping.result.BucketGroupId
getFrom, getToMethods inherited from class com.yahoo.search.grouping.result.GroupId
getTypeName, toString
-
Constructor Details
-
DoubleBucketId
Constructs a new instance of this class.- Parameters:
from- The identifying inclusive-from double.to- The identifying exclusive-to double.
-