Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UInteger
Packages that use UInteger
-
Uses of UInteger in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned declared as UIntegerModifier and TypeFieldDescriptionstatic final UIntegerUInteger.MAXA constant holding the maximum value anunsigned intcan have as UInteger, 232-1.static final UIntegerUInteger.MINA constant holding the minimum value anunsigned intcan have as UInteger, 0.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned that return UIntegerModifier and TypeMethodDescriptionUInteger.add(int val) UInteger.inclusiveOr(int val) UInteger.inclusiveOr(long val) UInteger.inclusiveOr(UInteger val) UInteger.leftShift(int shiftAmount) static UIntegerReturns the greater of twoUIntegervalues.static UIntegerReturns the smaller of twoUIntegervalues.UInteger.rightShift(int shiftAmount) UInteger.subtract(int val) static UIntegerUnsigned.uint(int value) Create anunsigned intby masking it with0xFFFFFFFFi.e.static UIntegerUnsigned.uint(long value) Create anunsigned intstatic UIntegerCreate anunsigned intstatic UIntegerUInteger.valueOf(int value) Create anunsigned intby masking it with0xFFFFFFFFi.e.static UIntegerUInteger.valueOf(long value) Create anunsigned intstatic UIntegerCreate anunsigned intUInteger.xor(int val) UInteger.xor(long val) Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned with parameters of type UIntegerModifier and TypeMethodDescriptionintUInteger.inclusiveOr(UInteger val) static UIntegerReturns the greater of twoUIntegervalues.static UIntegerReturns the smaller of twoUIntegervalues.