public abstract class NumberRangeAssert extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static BigInteger |
MAX_BYTE |
private static BigInteger |
MAX_INTEGER |
private static BigInteger |
MAX_LONG |
private static BigInteger |
MAX_SHORT |
private static BigInteger |
MIN_BYTE |
private static BigInteger |
MIN_INTEGER |
private static BigInteger |
MIN_LONG |
private static BigInteger |
MIN_SHORT |
| 构造器和说明 |
|---|
NumberRangeAssert() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
checkByte(BigInteger value) |
static boolean |
checkInteger(BigInteger value) |
static boolean |
checkLong(BigInteger value) |
static boolean |
checkShort(BigInteger value) |
private static final BigInteger MIN_BYTE
private static final BigInteger MAX_BYTE
private static final BigInteger MIN_SHORT
private static final BigInteger MAX_SHORT
private static final BigInteger MIN_INTEGER
private static final BigInteger MAX_INTEGER
private static final BigInteger MIN_LONG
private static final BigInteger MAX_LONG
public static boolean checkByte(BigInteger value)
public static boolean checkShort(BigInteger value)
public static boolean checkInteger(BigInteger value)
public static boolean checkLong(BigInteger value)
Copyright © 2020. All rights reserved.