public class Int extends IntType
| Modifier and Type | Field and Description |
|---|---|
static Int |
DEFAULT |
static java.lang.String |
TYPE_NAME |
MAX_BIT_LENGTH, MAX_BYTE_LENGTH| Modifier | Constructor and Description |
|---|---|
|
Int(java.math.BigInteger value) |
protected |
Int(int bitSize,
java.math.BigInteger value) |
equals, getTypeAsString, getValue, hashCodepublic static final java.lang.String TYPE_NAME
public static final Int DEFAULT