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 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.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned that return UShort Modifier and Type Method Description UShort
UShort. add(int val)
UShort
UShort. add(UShort val)
static UShort
UMath. max(UShort a, UShort b)
Returns the greater of twoUShort
values.static UShort
UMath. min(UShort a, UShort b)
Returns the smaller of twoUShort
values.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(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(String value)
Create anunsigned short
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type UShort Modifier and Type Method Description UShort
UShort. add(UShort val)
int
UShort. compareTo(UShort o)
static UShort
UMath. max(UShort a, UShort b)
Returns the greater of twoUShort
values.static UShort
UMath. min(UShort a, UShort b)
Returns the smaller of twoUShort
values.UShort
UShort. subtract(UShort val)
-