Uses of Class
rebuild.util.ref.RefUShort

Packages that use RefUShort
rebuild.util.ref   
 

Uses of RefUShort in rebuild.util.ref
 

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

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