Uses of Class
rebuild.util.ref.RefDouble

Packages that use RefDouble
rebuild.util.ref   
 

Uses of RefDouble in rebuild.util.ref
 

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