Uses of Class
rebuild.util.ref.RefFloat

Packages that use RefFloat
rebuild.util.ref   
 

Uses of RefFloat in rebuild.util.ref
 

Methods in rebuild.util.ref that return RefFloat
 RefFloat RefNumber.castToFloat()
          Convert this RefNumber to a RefNumber of specified type.
static RefFloat RefNumber.castToFloat(byte value)
          Convert a number to a RefNumber or specified type.
static RefFloat RefNumber.castToFloat(double value)
          Convert a number to a RefNumber or specified type.
static RefFloat RefNumber.castToFloat(float value)
          Convert a number to a RefNumber or specified type.
static RefFloat RefNumber.castToFloat(int value)
          Convert a number to a RefNumber or specified type.
static RefFloat RefNumber.castToFloat(long value)
          Convert a number to a RefNumber or specified type.
static RefFloat RefNumber.castToFloat(java.lang.Object value)
          Convert a Object to a RefNumber or specified type.
static RefFloat RefNumber.castToFloat(RefNumber value)
          Convert a Object to a RefNumber or specified type.
static RefFloat RefNumber.castToFloat(short value)
          Convert a number to a RefNumber or specified type.
 RefFloat RefFloat.clone()
          Create a clone of the current object.
 RefFloat RefFloat.setValue(float value)
          Set the value of this RefFloat object with a float primitive.
 RefFloat RefFloat.setValue(java.lang.Float value)
          Set the value of this RefFloat object with a Float.
static RefFloat RefFloat.valueOf(java.lang.String s)
          Returns the floating point value represented by the specified String.