Class LongRange
- java.lang.Object
-
- org.apache.lucene.search.grouping.LongRange
-
public class LongRange extends java.lang.ObjectRepresents 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 frommininclusive tomaxexclusive
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-