java.lang
Class Float
java.lang.Object
|
+--java.lang.Number
|
+--java.lang.Float
- public final class Float
- extends Number
Field Summary |
private final | value |
Constructor Summary |
Float(float value) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
private final float value
- References to the field:
- java/lang/Float.java 12
- java/lang/Float.java 20
public Float(float value)
- Click to Locals in the Constructor
- Call sites to the constructor:
- java/lang/Float.java 16
- junit/framework/Assert.java 106
- junit/framework/Assert.java 106
- junit/framework/Assert.java 108
- junit/framework/Assert.java 108
- Locals in the constructor:
- value: Line 12
floatValue
public float floatValue()
valueOf
public static Float valueOf(float b)
- Locals in the method:
- b Line 16