Uses of Class
rebuild.util.ref.RefByte

Packages that use RefByte
rebuild.util.ref   
 

Uses of RefByte in rebuild.util.ref
 

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