]> git.mxchange.org Git - jcore-utils.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 18 Mar 2018 21:46:46 +0000 (22:46 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 18 Mar 2018 23:49:09 +0000 (00:49 +0100)
commitd29b245028c1f666665eae822b45b96369c30dd4
treea5957f6d1f4c07b3f88bf0120c1b64a2351c9d43
parent942c13f4b1ceb67fc37c1df42c8c7065686a9f94
Continued:
- removed StringUtils class as Apache Lang3 is around ... (ops)
- added CoreNumberUtils class which is a null-safe (no NPE will be thrown)
  alternative to Apache's Common Lang3's NumberUtils class

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcoreee/utils/CoreNumberUtils.java [new file with mode: 0644]
src/org/mxchange/jcoreee/utils/StringUtils.java [deleted file]