类 OverFlowUtil
- java.lang.Object
-
- risesoft.data.transfer.core.column.impl.OverFlowUtil
-
public final class OverFlowUtil extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 static BigDecimalMAX_DOUBLE_POSITIVEstatic BigIntegerMAX_LONGstatic BigDecimalMIN_DOUBLE_POSITIVEstatic BigIntegerMIN_LONG
-
构造器概要
构造器 构造器 说明 OverFlowUtil()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static booleanisDoubleOverFlow(BigDecimal decimal)static booleanisLongOverflow(BigInteger integer)static voidvalidateDoubleNotOverFlow(BigDecimal decimal)static voidvalidateLongNotOverFlow(BigInteger integer)
-
-
-
字段详细资料
-
MAX_LONG
public static final BigInteger MAX_LONG
-
MIN_LONG
public static final BigInteger MIN_LONG
-
MIN_DOUBLE_POSITIVE
public static final BigDecimal MIN_DOUBLE_POSITIVE
-
MAX_DOUBLE_POSITIVE
public static final BigDecimal MAX_DOUBLE_POSITIVE
-
-
方法详细资料
-
isLongOverflow
public static boolean isLongOverflow(BigInteger integer)
-
validateLongNotOverFlow
public static void validateLongNotOverFlow(BigInteger integer)
-
isDoubleOverFlow
public static boolean isDoubleOverFlow(BigDecimal decimal)
-
validateDoubleNotOverFlow
public static void validateDoubleNotOverFlow(BigDecimal decimal)
-
-