- MAX_EXPONENT - Static variable in class sun.misc.DoubleConsts
-
Maximum exponent a finite double
number may have.
- MAX_EXPONENT - Static variable in class sun.misc.FloatConsts
-
Maximum exponent a finite float
number may have.
- MAX_VALUE - Static variable in class sun.misc.DoubleConsts
-
- MAX_VALUE - Static variable in class sun.misc.FloatConsts
-
- MIN_EXPONENT - Static variable in class sun.misc.DoubleConsts
-
Minimum exponent a normalized double
number may have.
- MIN_EXPONENT - Static variable in class sun.misc.FloatConsts
-
Minimum exponent a normalized float
number may have.
- MIN_NORMAL - Static variable in class sun.misc.DoubleConsts
-
A constant holding the smallest positive normal value of type double
, 2-1022.
- MIN_NORMAL - Static variable in class sun.misc.FloatConsts
-
A constant holding the smallest positive normal value of type float
, 2-126.
- MIN_SUB_EXPONENT - Static variable in class sun.misc.DoubleConsts
-
The exponent the smallest positive double
subnormal value would have if it could be normalized.
- MIN_SUB_EXPONENT - Static variable in class sun.misc.FloatConsts
-
The exponent the smallest positive float
subnormal value would have if it could be normalized.
- MIN_VALUE - Static variable in class sun.misc.DoubleConsts
-
- MIN_VALUE - Static variable in class sun.misc.FloatConsts
-
- MissingFormatArgumentException - Exception in java.util
-
Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an
argument index refers to an argument that does not exist.
- MissingFormatArgumentException(String) - Constructor for exception java.util.MissingFormatArgumentException
-
Constructs an instance of this class with the unmatched format specifier.
- MissingFormatWidthException - Exception in java.util
-
Unchecked exception thrown when the format width is required.
- MissingFormatWidthException(String) - Constructor for exception java.util.MissingFormatWidthException
-
Constructs an instance of this class with the specified format
specifier.