org.apache.commons.lang.NumberUtils
is deprecated and I have not found what to use instead of this class in same jar commons-lang-2.6.jar
Updated: I could not realize the description,
Deprecated. Moved to org.apache.commons.lang.math. Class will be removed in Commons Lang 3.0.
http://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/NumberUtils.html
public abstract class NumberUtils extends Object. Miscellaneous utility methods for number conversion and parsing. Mainly for internal use within the framework; consider Apache's Commons Lang for a more comprehensive suite of number utilities.
The StringUtils class defines certain words related to String handling. null - null. empty - a zero-length string ( "" ) space - the space character ( ' ' , char 32) whitespace - the characters defined by Character.isWhitespace(char)
Like the javadoc of NumberUtils says, the class is moved to the math subpackage
It is now :
org.apache.commons.lang.math.NumberUtils
moved to the math
sub package.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With