- java.lang.Object
-
- com.aoapps.lang.math.NullMath
-
public final class NullMath extends Object
Math routines that allow null.- Author:
- AO Industries, Inc.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Integeradd(Integer i1, Integer i2)Adds two integers together while allowing null.static Integersub(Integer i1, Integer i2)Subtractions one integers from another while allowing null.
-