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