Generated by
JDiff

Class java.lang.Float

Documentation changed from old to new.

Added Methods
int floatToRawIntBits(float) Returns the bit represention of a single-float value.
 

Changed Methods
boolean equals(Object) Documentation changed from old to new.
Compares this object against some other object.
float intBitsToFloat(int) Documentation changed from old to new.
Returns the single-float corresponding to a given bit represention.
float parseFloat(String) Documentation changed from old to new.
Returns a new float initialized to the value represented by the specified String as performed by the valueOf method of class Double.
int compareTo(Float) Documentation changed from old to new.
Compares two Floats numerically.
int compareTo(Object) Documentation changed from old to new.
Compares this Float to another Object.