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 UShortUShort. MAXA constant holding the maximum value anunsigned shortcan have as UShort, 216-1.static UShortUShort. MINA constant holding the minimum value anunsigned shortcan have as UShort, 0.Methods in org.joou that return UShort Modifier and Type Method Description UShortUShort. add(int val)UShortUShort. add(UShort val)UShortUShort. subtract(int val)UShortUShort. subtract(UShort val)static UShortUnsigned. ushort(int value)Create anunsigned shortstatic UShortUnsigned. ushort(short value)Create anunsigned shortby masking it with0xFFFFi.e.static UShortUnsigned. ushort(java.lang.String value)Create anunsigned shortstatic UShortUShort. valueOf(int value)Create anunsigned shortstatic UShortUShort. valueOf(short value)Create anunsigned shortby masking it with0xFFFFi.e.static UShortUShort. valueOf(java.lang.String value)Create anunsigned shortMethods in org.joou with parameters of type UShort Modifier and Type Method Description UShortUShort. add(UShort val)intUShort. compareTo(UShort o)UShortUShort. subtract(UShort val)
-