Class IteratorModule.BigDecimalHelper

  • Enclosing interface:
    IteratorModule

    public static final class IteratorModule.BigDecimalHelper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Lazy<java.math.BigDecimal> INFINITY_DISTANCE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean areEqual​(java.math.BigDecimal from, java.math.BigDecimal toExclusive)  
      (package private) static java.math.BigDecimal asDecimal​(double number)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INFINITY_DISTANCE

        @GwtIncompatible("Math::nextDown is not implemented")
        private static final Lazy<java.math.BigDecimal> INFINITY_DISTANCE
    • Constructor Detail

      • BigDecimalHelper

        public BigDecimalHelper()
    • Method Detail

      • areEqual

        static boolean areEqual​(java.math.BigDecimal from,
                                java.math.BigDecimal toExclusive)
      • asDecimal

        @GwtIncompatible("Math::nextUp is not implemented")
        static java.math.BigDecimal asDecimal​(double number)