| 程序包 | 说明 |
|---|---|
| com.github.bingoohuang.utils.joou |
| 限定符和类型 | 方法和说明 |
|---|---|
static UShort |
Unsigned.ushort(int value)
Create an
unsigned short |
static UShort |
Unsigned.ushort(short value)
Create an
unsigned short by masking it with
0xFFFF i.e. |
static UShort |
Unsigned.ushort(String value)
Create an
unsigned short |
static UShort |
UShort.valueOf(short value)
Create an
unsigned short by masking it with
0xFFFF i.e. |
static UShort |
UShort.valueOf(String value)
Create an
unsigned short |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
UShort.compareTo(UShort o) |
Copyright © 2016. All rights reserved.