| Package | Description |
|---|---|
| org.agmip.common |
| Modifier and Type | Method and Description |
|---|---|
static Functions.CompareMode |
Functions.CompareMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Functions.CompareMode[] |
Functions.CompareMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Functions.compare(String v1,
String v2,
Functions.CompareMode mode)
Compare the input number by given mode The scale will depends on the
scale of input number when the result is indivisible
Any numeric string recognized by
BigDecimal is supported. |
Copyright © 2014. All Rights Reserved.