Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.lang.Float
Packages that use Float
Provides classes that are fundamental to the design of the Java programming language.
Uses of Float in java.lang
Class declarations in java.lang with type arguments of type Float
class
The Float class wraps a value of primitive type float in an object.
Fields in java.lang with type arguments of type Float
static final Class<Float>
Float.TYPE
The Class instance representing the primitive type float.
Methods in java.lang that return Float
Resolves this instance as a ConstantDesc, the result of which is the instance itself.
static Float
Float.valueOf(float f)
Returns a Float instance representing the specified float value.
static Float
Float.valueOf(String s)
Returns a Float object holding the float value represented by the argument string s.
Methods in java.lang that return types with arguments of type Float
Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
Methods in java.lang with parameters of type Float
int
Float.compareTo(Float anotherFloat)
Compares two Float objects numerically.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz