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