public class NumericFilter extends Filter
| 构造器和说明 |
|---|
NumericFilter(String field,
double min,
boolean exclusiveMin,
double max) |
NumericFilter(String field,
double min,
boolean exclusiveMin,
double max,
boolean exclusiveMax) |
NumericFilter(String field,
double min,
double max) |
NumericFilter(String field,
double min,
double max,
boolean exclusiveMax) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
build(List<Object> args) |
double |
getMax() |
double |
getMin() |
boolean |
isExclusiveMax() |
boolean |
isExclusiveMin() |
public NumericFilter(String field, double min, boolean exclusiveMin, double max)
public NumericFilter(String field, double min, double max)
public NumericFilter(String field, double min, double max, boolean exclusiveMax)
public NumericFilter(String field, double min, boolean exclusiveMin, double max, boolean exclusiveMax)
Copyright © 2024. All rights reserved.