| Modifier and Type | Method and Description |
|---|---|
static UInteger |
Unsigned.uint(int value)
Create an
unsigned int by masking it with
0xFFFFFFFF i.e. |
static UInteger |
Unsigned.uint(long value)
Create an
unsigned int |
static UInteger |
Unsigned.uint(String value)
Create an
unsigned int |
static UInteger |
UInteger.valueOf(int value)
Create an
unsigned int by masking it with
0xFFFFFFFF i.e. |
static UInteger |
UInteger.valueOf(long value)
Create an
unsigned int |
static UInteger |
UInteger.valueOf(String value)
Create an
unsigned int |
| Modifier and Type | Method and Description |
|---|---|
int |
UInteger.compareTo(UInteger o) |
Copyright © 2015. All Rights Reserved.