public class DoubleMatch extends Object
| Constructor and Description |
|---|
DoubleMatch() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getExact() |
Double |
getMod() |
DoubleRangeMatch |
getRange() |
static boolean |
isMatch(DoubleMatch doubleMatch,
Double input) |
void |
setExact(Double exact) |
void |
setMod(Double mod) |
void |
setRange(DoubleRangeMatch range) |
public Double getExact()
public void setExact(Double exact)
public DoubleRangeMatch getRange()
public void setRange(DoubleRangeMatch range)
public Double getMod()
public void setMod(Double mod)
public static boolean isMatch(DoubleMatch doubleMatch, Double input)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.