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