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 ULongULong. MAXA constant holding the maximum value + 1 ansigned longcan have as ULong, 263.static ULongULong. MINA constant holding the minimum value anunsigned longcan have as ULong, 0.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned that return ULong Modifier and Type Method Description ULongULong. add(int val)ULongULong. add(long val)ULongULong. add(ULong val)static ULongUMath. max(ULong a, ULong b)Returns the greater of twoULongvalues.static ULongUMath. min(ULong a, ULong b)Returns the smaller of twoULongvalues.ULongULong. subtract(int val)ULongULong. subtract(long val)ULongULong. subtract(ULong val)static ULongUnsigned. ulong(long value)Create anunsigned longby masking it with0xFFFFFFFFFFFFFFFFi.e.static ULongUnsigned. ulong(String value)Create anunsigned longstatic ULongUnsigned. ulong(BigInteger value)Create anunsigned longstatic ULongULong. valueOf(long value)Create anunsigned longby masking it with0xFFFFFFFFFFFFFFFFi.e.static ULongULong. valueOf(String value)Create anunsigned longstatic ULongULong. valueOf(BigInteger value)Create anunsigned longMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type ULong Modifier and Type Method Description ULongULong. add(ULong val)intULong. compareTo(ULong o)static ULongUMath. max(ULong a, ULong b)Returns the greater of twoULongvalues.static ULongUMath. min(ULong a, ULong b)Returns the smaller of twoULongvalues.ULongULong. subtract(ULong val)
-