protected abstract static class BaseRangeFieldQueryTestCase.Range
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
BaseRangeFieldQueryTestCase.Range.QueryType
supported query relations
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
isMissing |
Modifier | Constructor and Description |
---|---|
protected |
Range() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
contains(BaseRangeFieldQueryTestCase.Range other) |
protected abstract java.lang.Object |
getMax(int dim) |
protected abstract java.lang.Object |
getMin(int dim) |
protected abstract boolean |
isDisjoint(BaseRangeFieldQueryTestCase.Range other) |
protected abstract boolean |
isEqual(BaseRangeFieldQueryTestCase.Range other) |
protected abstract boolean |
isWithin(BaseRangeFieldQueryTestCase.Range other) |
protected abstract int |
numDimensions() |
protected BaseRangeFieldQueryTestCase.Range.QueryType |
relate(BaseRangeFieldQueryTestCase.Range other) |
protected abstract void |
setMax(int dim,
java.lang.Object val) |
protected abstract void |
setMin(int dim,
java.lang.Object val) |
protected abstract int numDimensions()
protected abstract java.lang.Object getMin(int dim)
protected abstract void setMin(int dim, java.lang.Object val)
protected abstract java.lang.Object getMax(int dim)
protected abstract void setMax(int dim, java.lang.Object val)
protected abstract boolean isEqual(BaseRangeFieldQueryTestCase.Range other)
protected abstract boolean isDisjoint(BaseRangeFieldQueryTestCase.Range other)
protected abstract boolean isWithin(BaseRangeFieldQueryTestCase.Range other)
protected abstract boolean contains(BaseRangeFieldQueryTestCase.Range other)
protected BaseRangeFieldQueryTestCase.Range.QueryType relate(BaseRangeFieldQueryTestCase.Range other)
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.