Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UInteger
-
Packages that use UInteger Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned -
-
Uses of UInteger in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned declared as UInteger Modifier and Type Field Description static UInteger
UInteger. MAX
A constant holding the maximum value anunsigned int
can have as UInteger, 232-1.static 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 UInteger Modifier and Type Method Description UInteger
UInteger. add(int val)
UInteger
UInteger. add(UInteger val)
UInteger
UInteger. inclusiveOr(int val)
UInteger
UInteger. inclusiveOr(long val)
UInteger
UInteger. inclusiveOr(UInteger val)
UInteger
UInteger. leftShift(int shiftAmount)
static UInteger
UMath. max(UInteger a, UInteger b)
Returns the greater of twoUInteger
values.static UInteger
UMath. min(UInteger a, UInteger b)
Returns the smaller of twoUInteger
values.UInteger
UInteger. rightShift(int shiftAmount)
UInteger
UInteger. subtract(int val)
UInteger
UInteger. subtract(UInteger 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
Unsigned. uint(String value)
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
UInteger. valueOf(String value)
Create anunsigned int
UInteger
UInteger. xor(int val)
UInteger
UInteger. xor(long val)
UInteger
UInteger. xor(UInteger val)
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type UInteger Modifier and Type Method Description UInteger
UInteger. add(UInteger val)
int
UInteger. compareTo(UInteger o)
UInteger
UInteger. inclusiveOr(UInteger val)
static UInteger
UMath. max(UInteger a, UInteger b)
Returns the greater of twoUInteger
values.static UInteger
UMath. min(UInteger a, UInteger b)
Returns the smaller of twoUInteger
values.UInteger
UInteger. subtract(UInteger val)
UInteger
UInteger. xor(UInteger val)
-