Uses of Class
rebuild.util.ref.RefLong

Packages that use RefLong
rebuild.util   
rebuild.util.ref   
 

Uses of RefLong in rebuild.util
 

Methods in rebuild.util with parameters of type RefLong
static int MathUtilities.divRem(int a, int b, RefLong result)
          Calculates the quotient of two 64-bit signed integers and also returns the remainder in an output parameter.
 

Uses of RefLong in rebuild.util.ref
 

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