Uses of Class
org.codehaus.groovy.runtime.typehandling.NumberMath

Packages that use NumberMath
org.codehaus.groovy.runtime.typehandling Classes used to execute special actions based on the type. 
 

Uses of NumberMath in org.codehaus.groovy.runtime.typehandling
 

Subclasses of NumberMath in org.codehaus.groovy.runtime.typehandling
 class BigDecimalMath
          BigDecimal NumberMath operations
 class BigIntegerMath
          BigInteger NumberMath operations
 class FloatingPointMath
          FloatingPoint (Double and Float) NumberMath operations
 class IntegerMath
          Integer NumberMath operations
 class LongMath
          Long NumberMath operations
 

Methods in org.codehaus.groovy.runtime.typehandling that return NumberMath
private static NumberMath NumberMath.getMath(java.lang.Number number)
           
private static NumberMath NumberMath.getMath(java.lang.Number left, java.lang.Number right)
          Determine which NumberMath instance to use, given the supplied operands.
 



Copyright © ${year} The Codehaus. All Rights Reserved.