| org.kuali.core.util.NumberUtils
NumberUtils | public class NumberUtils extends org.apache.commons.lang.math.NumberUtils (Code) | | |
equals | public static boolean equals(Integer i, Integer j)(Code) | | Parameters: i - Parameters: j - true if both of the integers are null, or point to instances with the same mathematical value |
equals | public static boolean equals(KualiDecimal j, KualiDecimal k)(Code) | | Parameters: i - Parameters: j - true if both of the given KualiDecimals are null, or point to instances with the same mathematical value |
intValue | public static int intValue(Integer i, int defaultValue)(Code) | | Parameters: i - Parameters: defaultValue - intValue of i, or defaultValue if i is null |
|
|