Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UInteger
Packages that use UInteger
-
Uses of UInteger in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned declared as UIntegerModifier and TypeFieldDescriptionstatic final UInteger
UInteger.MAX
A constant holding the maximum value anunsigned int
can have as UInteger, 232-1.static final UInteger
UInteger.MIN
A constant holding the minimum value anunsigned int
can have as UInteger, 0.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned that return UIntegerModifier and TypeMethodDescriptionUInteger.add
(int val) UInteger.inclusiveOr
(int val) UInteger.inclusiveOr
(long val) UInteger.inclusiveOr
(UInteger val) UInteger.leftShift
(int shiftAmount) static UInteger
Returns the greater of twoUInteger
values.static UInteger
Returns the smaller of twoUInteger
values.UInteger.rightShift
(int shiftAmount) UInteger.subtract
(int val) static UInteger
Unsigned.uint
(int value) Create anunsigned int
by masking it with0xFFFFFFFF
i.e.static UInteger
Unsigned.uint
(long value) Create anunsigned int
static UInteger
Create anunsigned int
static UInteger
UInteger.valueOf
(int value) Create anunsigned int
by masking it with0xFFFFFFFF
i.e.static UInteger
UInteger.valueOf
(long value) Create anunsigned int
static UInteger
Create anunsigned int
UInteger.xor
(int val) UInteger.xor
(long val) Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type UIntegerModifier and TypeMethodDescriptionint
UInteger.inclusiveOr
(UInteger val) static UInteger
Returns the greater of twoUInteger
values.static UInteger
Returns the smaller of twoUInteger
values.