Package com.illumon.iris.db.tables.utils
Class BigDecimalUtils.PrecisionAndScale
java.lang.Object
com.illumon.iris.db.tables.utils.BigDecimalUtils.PrecisionAndScale
- Enclosing class:
- BigDecimalUtils
public static class BigDecimalUtils.PrecisionAndScale extends Object
Immutable way to store and pass precision and scale values.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PrecisionAndScale(int precision, int scale)
-
Method Summary
-
Field Details
-
Constructor Details
-
PrecisionAndScale
public PrecisionAndScale(int precision, int scale)
-