Class LongRange
- java.lang.Object
-
- org.apache.lucene.search.grouping.LongRange
-
public class LongRange extends java.lang.Object
Represents a contiguous range of long values, with an inclusive minimum and exclusive maximum
-
-
Constructor Summary
Constructors Constructor Description LongRange(long min, long 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()
-