public final class ThresholdUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValueInRange(String sRange,
BigDecimal value)
Returns
true if the value dalue falls into the. |
static boolean |
isValueInRange(String sRange,
int iValue)
Returns
true if the value iValue falls into the. |
public static boolean isValueInRange(String sRange, int iValue)
true if the value iValue falls into the.
range sRange.sRange - The rangeiValue - The valuetrue if the value iValue falls into thepublic static boolean isValueInRange(String sRange, BigDecimal value)
true if the value dalue falls into the.
range sRange.sRange - The rangevalue - The valuetrue if the value dalue falls into theCopyright © 2013. All Rights Reserved.