Modifier and Type | Field | Description |
---|---|---|
static UShort |
UShort.MAX |
A constant holding the maximum value an
unsigned short can
have as UShort, 216-1. |
static UShort |
UShort.MIN |
A constant holding the minimum value an
unsigned short can
have as UShort, 0. |
Modifier and Type | Method | Description |
---|---|---|
UShort |
UShort.add(int val) |
|
UShort |
UShort.add(UShort val) |
|
UShort |
UShort.subtract(int val) |
|
UShort |
UShort.subtract(UShort val) |
|
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(java.lang.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(java.lang.String value) |
Create an
unsigned short |
Modifier and Type | Method | Description |
---|---|---|
UShort |
UShort.add(UShort val) |
|
int |
UShort.compareTo(UShort o) |
|
UShort |
UShort.subtract(UShort val) |
Copyright © 2018. All rights reserved.