Package org.eclipse.jetty.util
Class MathUtils
- java.lang.Object
-
- org.eclipse.jetty.util.MathUtils
-
public class MathUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleansumOverflows(int a, int b)Returns whether the sum of the arguments overflows anint.
-