public class DoubleRangeMatch extends Object
| Constructor and Description |
|---|
DoubleRangeMatch() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getEnd() |
Double |
getStart() |
static boolean |
isMatch(DoubleRangeMatch doubleRangeMatch,
Double input) |
void |
setEnd(Double end) |
void |
setStart(Double start) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.