Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UShort
Packages that use UShort
-
Uses of UShort in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned declared as UShortModifier and TypeFieldDescriptionstatic final UShort
UShort.MAX
A constant holding the maximum value anunsigned short
can have as UShort, 216-1.static final 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 UShortModifier and TypeMethodDescriptionUShort.add
(int val) static UShort
Returns the greater of twoUShort
values.static UShort
Returns the smaller of twoUShort
values.UShort.subtract
(int 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
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
Create anunsigned short
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type UShort