|
|
java > java.lang > java.lang.float >
Class: java.lang.Float java.lang.Object java.lang.Number java.lang.Float
public final class Float extends Number implements Comparable
FIELDS:
public static final int MAX_EXPONENT : 127 public static final float MAX_VALUE : 3.4028234663852886E38f public static final int MIN_EXPONENT : -126 public static final float MIN_NORMAL : 1.1754943508222875E-38f public static final float MIN_VALUE : 1.401298464324817E-45f public static final float NEGATIVE_INFINITY : -1f/0f public static final float NaN : 0f/0f public static final float POSITIVE_INFINITY : 1f/0f public static final int SIZE : 32 public static final Class TYPE |
|
|
|
CONSTRUCTORS:
| | | public | Float(float value) |
| | public | Float(double value) |
| | public | Float(String s) |
| |
|
|
|
METHODS:
| | | | public | byte | byteValue() Overrides: Number |
| | public static | int | compare(float f1, float f2) |
| | public | int | compareTo(Float anotherFloat) |
| | public | double | doubleValue() Overrides: Number |
| | public | boolean | equals(Object obj) Overrides: Object |
| | public static | int | floatToIntBits(float value) |
| | public static | int | floatToRawIntBits(float value) |
| | public | float | floatValue() Overrides: Number |
| | public | int | hashCode() Overrides: Object |
| | public static | float | intBitsToFloat(int bits) |
| | public | int | intValue() Overrides: Number |
| | public | boolean | isInfinite() |
| | public static | boolean | isInfinite(float v) |
| | public | boolean | isNaN() |
| | public static | boolean | isNaN(float v) |
| | public | long | longValue() Overrides: Number |
| | public static | float | parseFloat(String s) Throws: NumberFormatException |
| | public | short | shortValue() Overrides: Number |
| | public static | String | toHexString(float f) |
| | public | String | toString() Overrides: Object |
| | public static | String | toString(float f) |
| | public static | Float | valueOf(float f) |
| | public static | Float | valueOf(String s) Throws: NumberFormatException |
| |
|
|
|
INHERITED METHODS:
| intValue(), longValue(), floatValue(), doubleValue(), byteValue(), shortValue(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|