Class Range<T>
- java.lang.Object
-
- com.atlassian.confluence.search.v2.Range<T>
-
- Direct Known Subclasses:
DateRangeQuery.DateRange
public class Range<T> extends Object
Represent a set of data needed to perform a Lucene range queries.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRange.Builder<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)TgetFrom()TgetTo()inthashCode()booleanisIncludeFrom()booleanisIncludeTo()static <R> Range<R>range(R from, R to, boolean includeFrom, boolean includeTo)
-