Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UShort
-
Packages that use UShort Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned -
-
Uses of UShort in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned 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.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned that return UShort Modifier and Type Method Description UShortUShort. add(int val)UShortUShort. add(UShort val)static UShortUMath. max(UShort a, UShort b)Returns the greater of twoUShortvalues.static UShortUMath. min(UShort a, UShort b)Returns the smaller of twoUShortvalues.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(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(String value)Create anunsigned shortMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type UShort Modifier and Type Method Description UShortUShort. add(UShort val)intUShort. compareTo(UShort o)static UShortUMath. max(UShort a, UShort b)Returns the greater of twoUShortvalues.static UShortUMath. min(UShort a, UShort b)Returns the smaller of twoUShortvalues.UShortUShort. subtract(UShort val)
-