Uses of Class
rebuild.util.ref.RefShort

Packages that use RefShort
rebuild.util.ref   
 

Uses of RefShort in rebuild.util.ref
 

Methods in rebuild.util.ref that return RefShort
 RefShort RefNumber.castToShort()
          Convert this RefNumber to a RefNumber of specified type.
static RefShort RefNumber.castToShort(byte value)
          Convert a number to a RefNumber or specified type.
static RefShort RefNumber.castToShort(double value)
          Convert a number to a RefNumber or specified type.
static RefShort RefNumber.castToShort(float value)
          Convert a number to a RefNumber or specified type.
static RefShort RefNumber.castToShort(int value)
          Convert a number to a RefNumber or specified type.
static RefShort RefNumber.castToShort(long value)
          Convert a number to a RefNumber or specified type.
static RefShort RefNumber.castToShort(java.lang.Object value)
          Convert a Object to a RefNumber or specified type.
static RefShort RefNumber.castToShort(RefNumber value)
          Convert a Object to a RefNumber or specified type.
static RefShort RefNumber.castToShort(short value)
          Convert a number to a RefNumber or specified type.
 RefShort RefShort.clone()
          Create a clone of the current object.
 RefShort RefShort.setValue(short value)
          Set the value of this RefShort object with a short primitive.
 RefShort RefShort.setValue(java.lang.Short value)
          Set the value of this RefShort object with a Short.