| Package | Description |
|---|---|
| com.blibli.oss.common.helper | |
| com.blibli.oss.common.helper.constants |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NumberHelper.is(BigDecimal num1,
Comparator cmp,
BigDecimal num2)
Evaluates
num1 to num2 according to the operand cmp. |
static boolean |
NumberHelper.is(Double num1,
Comparator cmp,
Double num2)
see ref
|
static boolean |
NumberHelper.is(Long num1,
Comparator cmp,
Long num2)
see ref
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator |
Comparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparator[] |
Comparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.