| 程序包 | 说明 |
|---|---|
| com.github.bingoohuang.utils.joou |
| 限定符和类型 | 方法和说明 |
|---|---|
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(String value)
Create an
unsigned int |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
UInteger.compareTo(UInteger o) |
Copyright © 2016. All rights reserved.