public class TypeUtils extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static long |
NEWTON_METHOD_REPEATS |
|
static Map<String,Class<?>> |
PRIMITIVE_TYPES |
| Constructor | Description |
|---|---|
TypeUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
comapreLong(long x,
long y) |
|
static boolean |
isBigInt(Object value) |
|
static boolean |
isDecimal(Object value) |
|
static boolean |
isDouble(Object value) |
|
static boolean |
isLong(Object value) |
|
static boolean |
isString(Object value) |
|
static BigDecimal |
ln(Map<String,Object> env,
BigDecimal x) |
newton method to get natural logarithm
|
public static final boolean isBigInt(Object value)
public static final boolean isDecimal(Object value)
public static final boolean isLong(Object value)
public static final boolean isDouble(Object value)
public static final boolean isString(Object value)
public static int comapreLong(long x,
long y)
public static BigDecimal ln(Map<String,Object> env, BigDecimal x)
x - Copyright © 2022–2023. All rights reserved.