Returns the float value of this Float object.
()
| 111 | * Returns the float value of this Float object. |
| 112 | */ |
| 113 | public float floatValue(){ |
| 114 | return value; |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * Returns a hashcode for this Float object. The result is the integer bit representation, exactly as produced by the method |
no outgoing calls
no test coverage detected