public final class MathUtils extends java.lang.Object
static long
checkedMultiply(long a, long b)
a
b
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static long checkedMultiply(long a, long b)
Borrowed from Google Guava since Bukkit uses an old version.
java.lang.ArithmeticException
a * b
long