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