Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.ULong
-
Uses of ULong in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Modifier and TypeFieldDescriptionstatic final ULong
ULong.MAX
A constant holding the maximum value + 1 ansigned long
can have as ULong, 263.static final ULong
ULong.MIN
A constant holding the minimum value anunsigned long
can have as ULong, 0.Modifier and TypeMethodDescriptionULong.add
(int val) ULong.add
(long val) static ULong
Returns the greater of twoULong
values.static ULong
Returns the smaller of twoULong
values.ULong.subtract
(int val) ULong.subtract
(long val) static ULong
Unsigned.ulong
(long value) Create anunsigned long
by masking it with0xFFFFFFFFFFFFFFFF
i.e.static ULong
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
Create anunsigned long
static ULong
ULong.valueOf
(BigInteger value) Create anunsigned long