Package java.lang

Class Float

extends NumberObject
implements Serializable, Comparable

The Float class wraps a value of primitive type float in an object. An object of type Float contains a single field whose type is float.

Public Constructors

Public Methods

Methods inherited from java.lang.Number

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

Public Fields

  • static final float MAX_VALUE
  • static final float MIN_VALUE
  • static final float NaN
  • static final float NEGATIVE_INFINITY
  • static final float POSITIVE_INFINITY

_INSERT_FIELDS_ENTRY_HERE_