Class SafeOperations
- java.lang.Object
-
- org.apache.commons.imaging.internal.SafeOperations
-
public final class SafeOperations extends java.lang.ObjectProvides safe arithmetic operations to avoid, for example, numeric overflows.- Since:
- 1.0.0-alpha4
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSafeOperations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intadd(int... values)AppliesMath.addExact(int, int)to a variable length array of integers.
-