Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.ULong
Packages that use ULong
-
Uses of ULong in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned declared as ULongModifier and TypeFieldDescriptionstatic final ULongULong.MAXA constant holding the maximum value + 1 ansigned longcan have as ULong, 263.static final 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 ULongModifier and TypeMethodDescriptionULong.add(int val) ULong.add(long val) static ULongReturns the greater of twoULongvalues.static ULongReturns the smaller of twoULongvalues.ULong.subtract(int val) ULong.subtract(long val) static ULongUnsigned.ulong(long value) Create anunsigned longby masking it with0xFFFFFFFFFFFFFFFFi.e.static ULongCreate anunsigned longstatic ULongUnsigned.ulong(BigInteger value) Create anunsigned longstatic ULongULong.valueOf(long value) Create anunsigned longby masking it with0xFFFFFFFFFFFFFFFFi.e.static ULongCreate anunsigned longstatic ULongULong.valueOf(BigInteger value) Create anunsigned longMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type ULong