Class BigIntegerMath
java.lang.Object
org.codehaus.groovy.runtime.typehandling.NumberMath
org.codehaus.groovy.runtime.typehandling.BigIntegerMath
BigInteger NumberMath operations
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionbitwiseNegateImpl(Number left) intcompareToImpl(Number left, Number right) divideImpl(Number left, Number right) intdivImpl(Number left, Number right) leftShiftImpl(Number left, Number right) multiplyImpl(Number left, Number right) remainderImpl(Number left, Number right) rightShiftImpl(Number left, Number right) subtractImpl(Number left, Number right) unaryMinusImpl(Number left) unaryPlusImpl(Number left) Methods inherited from class org.codehaus.groovy.runtime.typehandling.NumberMathabs, add, and, bitwiseNegate, compareTo, createUnsupportedException, divide, getMath, intdiv, isBigDecimal, isBigInteger, isByte, isFloatingPoint, isInteger, isLong, isShort, leftShift, mod, multiply, or, remainder, rightShift, rightShiftUnsigned, rightShiftUnsignedImpl, subtract, toBigDecimal, toBigInteger, unaryMinus, unaryPlus, xor
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
absImpl- Specified by:
- absImplin class- NumberMath
 
- 
addImpl- Specified by:
- addImplin class- NumberMath
 
- 
subtractImpl- Specified by:
- subtractImplin class- NumberMath
 
- 
multiplyImpl- Specified by:
- multiplyImplin class- NumberMath
 
- 
divideImpl- Specified by:
- divideImplin class- NumberMath
 
- 
compareToImpl- Specified by:
- compareToImplin class- NumberMath
 
- 
intdivImpl- Overrides:
- intdivImplin class- NumberMath
 
- 
modImpl- Overrides:
- modImplin class- NumberMath
 
- 
remainderImpl- Overrides:
- remainderImplin class- NumberMath
 
- 
unaryMinusImpl- Specified by:
- unaryMinusImplin class- NumberMath
 
- 
unaryPlusImpl- Specified by:
- unaryPlusImplin class- NumberMath
 
- 
bitwiseNegateImpl- Overrides:
- bitwiseNegateImplin class- NumberMath
 
- 
orImpl- Overrides:
- orImplin class- NumberMath
 
- 
andImpl- Overrides:
- andImplin class- NumberMath
 
- 
xorImpl- Overrides:
- xorImplin class- NumberMath
 
- 
leftShiftImpl- Overrides:
- leftShiftImplin class- NumberMath
 
- 
rightShiftImpl- Overrides:
- rightShiftImplin class- NumberMath
 
 
-