- equals(Object) - Method in class java.math.BigDecimal
-
Compares this BigDecimal
with the specified Object
for equality.
- equals(Object) - Method in class java.math.BigInteger
-
Compares this BigInteger with the specified Object for equality.
- equals(Object) - Method in class java.math.MathContext
-
Compares this MathContext
with the specified Object
for equality.
- EXP_BIAS - Static variable in class sun.misc.DoubleConsts
-
Bias used in representing a double
exponent.
- EXP_BIAS - Static variable in class sun.misc.FloatConsts
-
Bias used in representing a float
exponent.
- EXP_BIT_MASK - Static variable in class sun.misc.DoubleConsts
-
Bit mask to isolate the exponent field of a double
.
- EXP_BIT_MASK - Static variable in class sun.misc.FloatConsts
-
Bit mask to isolate the exponent field of a float
.