- java.lang.Object
-
- com.aoapps.lang.math.UnsignedLong
-
public final class UnsignedLong extends Object
Static utilities for dealing with long values as if they are unsigned.- Author:
- AO Industries, Inc.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longdivide(long dividend, long divisor)Divides two unsigned long values.static longremainder(long dividend, long divisor)Gets the remainder (modulus) from a division.
-