Uses of Class
rebuild.util.ref.RefUByte

Packages that use RefUByte
rebuild.util.ref   
 

Uses of RefUByte in rebuild.util.ref
 

Fields in rebuild.util.ref declared as RefUByte
static RefUByte RefUByte.MAX_VALUE
          The maximum value a RefUByte can have.
static RefUByte RefUByte.MIN_VALUE
          The minimum value a RefUByte can have.
 

Methods in rebuild.util.ref that return RefUByte
 RefUByte RefNumber.castToUByte()
          Convert this RefNumber to a RefNumber of specified type.
static RefUByte RefNumber.castToUByte(byte value)
          Convert a number to a RefNumber or specified type.
static RefUByte RefNumber.castToUByte(double value)
          Convert a number to a RefNumber or specified type.
static RefUByte RefNumber.castToUByte(float value)
          Convert a number to a RefNumber or specified type.
static RefUByte RefNumber.castToUByte(int value)
          Convert a number to a RefNumber or specified type.
static RefUByte RefNumber.castToUByte(long value)
          Convert a number to a RefNumber or specified type.
static RefUByte RefNumber.castToUByte(java.lang.Object value)
          Convert a Object to a RefNumber or specified type.
static RefUByte RefNumber.castToUByte(RefNumber value)
          Convert a Object to a RefNumber or specified type.
static RefUByte RefNumber.castToUByte(short value)
          Convert a number to a RefNumber or specified type.
 RefUByte RefUByte.clone()
          Create a clone of the current object.
static RefUByte RefUByte.parseUByte(java.lang.String s)
          Assuming the specified String represents a byte, returns that byte's value.
static RefUByte RefUByte.parseUByte(java.lang.String s, int radix)
          Assuming the specified String represents a byte, returns that byte's value.
 RefUByte RefUByte.setValue(byte value)
          Set the value of this RefUByte object with a byte primitive.
 RefUByte RefUByte.setValue(java.lang.Byte value)
          Set the value of this RefUByte object with a Byte.