Class DoubleRange
- java.lang.Object
-
- org.apache.lucene.search.grouping.DoubleRange
-
public class DoubleRange extends java.lang.Object
Represents a contiguous range of double values, with an inclusive minimum and exclusive maximum
-
-
Constructor Summary
Constructors Constructor Description DoubleRange(double min, double max)
Creates a new double range, running frommin
inclusive tomax
exclusive
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-