public class Int extends AbstractIntType
| 限定符和类型 | 字段和说明 |
|---|---|
static Int |
DEFAULT |
static BigInteger |
MAX |
static BigInteger |
MAX_INT256 |
static BigInteger |
MIN_INT256 |
static String |
TYPE_NAME |
MAX_BIT_LENGTH, MAX_BYTE_LENGTH| 限定符 | 构造器和说明 |
|---|---|
|
Int(BigInteger value) |
protected |
Int(int bitSize,
BigInteger value) |
public static final BigInteger MAX
public static final BigInteger MAX_INT256
public static final BigInteger MIN_INT256
public static final Int DEFAULT
public Int(BigInteger value)
protected Int(int bitSize,
BigInteger value)
Copyright © 2022. All rights reserved.