public class CoreNumberUtils extends Object
| Constructor and Description |
|---|
CoreNumberUtils() |
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
convertToBigInteger(String value,
BigInteger defaultValue) |
static Integer |
convertToInteger(String value,
Integer defaultValue) |
static Long |
convertToLong(String value,
Long defaultValue) |
static BigInteger |
getStartingBigInteger(String v1) |
static int |
getStartingInt(String v1) |
static long |
getStartingLong(String v1) |
static boolean |
isInt(String s) |
public static BigInteger convertToBigInteger(String value, BigInteger defaultValue)
public static BigInteger getStartingBigInteger(String v1)
public static int getStartingInt(String v1)
public static long getStartingLong(String v1)
public static boolean isInt(String s)
Copyright © 2022 vpc open source initiative. All rights reserved.