| Modifier and Type | Method and Description |
|---|---|
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(int 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 |
| Modifier and Type | Method and Description |
|---|---|
int |
UShort.compareTo(UShort o) |
Copyright © 2015. All Rights Reserved.