Uses of Class
org.joou.UShort
-
-
Uses of UShort in org.joou
Fields in org.joou declared as UShort Modifier and Type Field Description static UShort
UShort. MAX
A constant holding the maximum value anunsigned short
can have as UShort, 216-1.static UShort
UShort. MIN
A constant holding the minimum value anunsigned short
can have as UShort, 0.Methods in org.joou that return UShort 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 anunsigned short
static UShort
Unsigned. ushort(short value)
Create anunsigned short
by masking it with0xFFFF
i.e.static UShort
Unsigned. ushort(java.lang.String value)
Create anunsigned short
static UShort
UShort. valueOf(int value)
Create anunsigned short
static UShort
UShort. valueOf(short value)
Create anunsigned short
by masking it with0xFFFF
i.e.static UShort
UShort. valueOf(java.lang.String value)
Create anunsigned short
Methods in org.joou with parameters of type UShort Modifier and Type Method Description UShort
UShort. add(UShort val)
int
UShort. compareTo(UShort o)
UShort
UShort. subtract(UShort val)
-