Class BigDecimalHelper


  • public class BigDecimalHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isLessThanZero​(java.math.BigDecimal number)  
      static boolean isMoreThanZero​(java.math.BigDecimal number)  
      static boolean isZero​(java.math.BigDecimal number)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BigDecimalHelper

        public BigDecimalHelper()
    • Method Detail

      • isLessThanZero

        public static boolean isLessThanZero​(java.math.BigDecimal number)
      • isMoreThanZero

        public static boolean isMoreThanZero​(java.math.BigDecimal number)
      • isZero

        public static boolean isZero​(java.math.BigDecimal number)