Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.base - Package : java.lang
Version documentée : Java SE 17

Classe « Float »

Informations générales

Héritage

java.lang.Object
    java.lang.Number
        java.lang.Float

Interfaces implémentées

java.lang.Comparable<java.lang.Float>
java.lang.constant.Constable
java.lang.constant.ConstantDesc

Définition

public final class Float extends java.lang.Number
implements java.lang.Comparable<java.lang.Float>,
java.lang.constant.Constable,
java.lang.constant.ConstantDesc

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription
public static int BYTES
public static int MAX_EXPONENT
public static float MAX_VALUE
public static int MIN_EXPONENT
public static float MIN_NORMAL
public static float MIN_VALUE
public static float NEGATIVE_INFINITY
public static float NaN
public static float POSITIVE_INFINITY
public static int SIZE
public static Class TYPE

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
Float( String s )
Float( double value )
Float( float value )

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public boolean infinite R/-
public boolean naN R/-

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public byte byteValue()
public static int compare( float f1, float f2 )
public int compareTo( Float anotherFloat )
public Optional<java.lang.Float> describeConstable()
public double doubleValue()
public boolean equals( Object obj )
public static int floatToIntBits( float value )
public static native int floatToRawIntBits( float value )
public float floatValue()
public static int hashCode( float value )
public int hashCode()
public static native float intBitsToFloat( int bits )
public int intValue()
public static boolean isFinite( float f )
public boolean isInfinite()
public static boolean isInfinite( float v )
public boolean isNaN()
public static boolean isNaN( float v )
public long longValue()
public static float max( float a, float b )
public static float min( float a, float b )
public static float parseFloat( String s )
public Float resolveConstantDesc( Lookup lookup )
public short shortValue()
public static float sum( float a, float b )
public static String toHexString( float f )
public static String toString( float f )
public String toString()
public static Float valueOf( String s )
public static Float valueOf( float f )

Méthodes héritées de la classe java.lang.Number

byteValue, doubleValue, floatValue, intValue, longValue, shortValue

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait