public final class NumberUtils
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
-
-
isDecimal
public static boolean isDecimal(Number number)
-
narrowInteger
public static Number narrowInteger(long value)
-
narrowDecimal
public static Number narrowDecimal(double value)