Uses of Class
rebuild.util.ref.RefULong

Packages that use RefULong
rebuild.util.ref   
 

Uses of RefULong in rebuild.util.ref
 

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

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