Package app.tozzi.utils
Class GenericUtils
java.lang.Object
app.tozzi.utils.GenericUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NumberformatNumber(Number decimalNumber, String pattern, boolean bigDecimal) static Integerstatic booleanparseBoolean(String value)
-
Constructor Details
-
GenericUtils
public GenericUtils()
-
-
Method Details
-
loadInt
-
formatNumber
public static Number formatNumber(Number decimalNumber, String pattern, boolean bigDecimal) throws ParseException - Throws:
ParseException
-
parseBoolean
-