Class NumFormatter
java.lang.Object
org.strassburger.cookieclickerz.util.NumFormatter
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatBigDecimal
(BigDecimal bigDecimal) static String
formatBigInt
(BigInteger bigInt) static BigDecimal
stringToBigDecimal
(String str) static BigInteger
stringToBigInteger
(String str)
-
Method Details
-
stringToBigInteger
-
stringToBigDecimal
-
formatBigInt
-
formatBigDecimal
-