Uses of Class
java.lang.Float

Packages that use Float
java.lang   
 

Uses of Float in java.lang
 

Methods in java.lang that return Float
static Float Float.valueOf(String s)
          Returns the floating point value represented by the specified String.
 

Methods in java.lang with parameters of type Float
 int Float.compareTo(Float anotherFloat)
          Compares two Floats numerically.