Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.ULong
-
Packages that use ULong Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned -
-
Uses of ULong in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned declared as ULong Modifier and Type Field Description static ULong
ULong. MAX
A constant holding the maximum value + 1 ansigned long
can have as ULong, 263.static ULong
ULong. MIN
A constant holding the minimum value anunsigned long
can have as ULong, 0.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned that return ULong Modifier and Type Method Description ULong
ULong. add(int val)
ULong
ULong. add(long val)
ULong
ULong. add(ULong val)
static ULong
UMath. max(ULong a, ULong b)
Returns the greater of twoULong
values.static ULong
UMath. min(ULong a, ULong b)
Returns the smaller of twoULong
values.ULong
ULong. subtract(int val)
ULong
ULong. subtract(long val)
ULong
ULong. subtract(ULong val)
static ULong
Unsigned. ulong(long value)
Create anunsigned long
by masking it with0xFFFFFFFFFFFFFFFF
i.e.static ULong
Unsigned. ulong(String value)
Create anunsigned long
static ULong
Unsigned. ulong(BigInteger value)
Create anunsigned long
static ULong
ULong. valueOf(long value)
Create anunsigned long
by masking it with0xFFFFFFFFFFFFFFFF
i.e.static ULong
ULong. valueOf(String value)
Create anunsigned long
static ULong
ULong. valueOf(BigInteger value)
Create anunsigned long
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type ULong Modifier and Type Method Description ULong
ULong. add(ULong val)
int
ULong. compareTo(ULong o)
static ULong
UMath. max(ULong a, ULong b)
Returns the greater of twoULong
values.static ULong
UMath. min(ULong a, ULong b)
Returns the smaller of twoULong
values.ULong
ULong. subtract(ULong val)
-