This commit aims to improve the space and time performance of NumberUtils by invoking valueOf() factory methods instead of the corresponding constructors when converting a number to a target class.
This commit aims to improve the space and time performance of NumberUtils by invoking valueOf() factory methods instead of the corresponding constructors when converting a number to a target class.