Uses of Class
rebuild.util.ref.RefInteger

Packages that use RefInteger
rebuild.util.ref   
 

Uses of RefInteger in rebuild.util.ref
 

Methods in rebuild.util.ref that return RefInteger
 RefInteger RefNumber.castToInt()
          Convert this RefNumber to a RefNumber of specified type.
static RefInteger RefNumber.castToInt(byte value)
          Convert a number to a RefNumber or specified type.
static RefInteger RefNumber.castToInt(double value)
          Convert a number to a RefNumber or specified type.
static RefInteger RefNumber.castToInt(float value)
          Convert a number to a RefNumber or specified type.
static RefInteger RefNumber.castToInt(int value)
          Convert a number to a RefNumber or specified type.
static RefInteger RefNumber.castToInt(long value)
          Convert a number to a RefNumber or specified type.
static RefInteger RefNumber.castToInt(java.lang.Object value)
          Convert a Object to a RefNumber or specified type.
static RefInteger RefNumber.castToInt(RefNumber value)
          Convert a Object to a RefNumber or specified type.
static RefInteger RefNumber.castToInt(short value)
          Convert a number to a RefNumber or specified type.
 RefInteger RefInteger.clone()
          Create a clone of the current object.
 RefInteger RefInteger.setValue(int value)
          Set the value of this RefInteger object with a int primitive.
 RefInteger RefInteger.setValue(java.lang.Integer value)
          Set the value of this RefInteger object with a Integer.
static RefInteger RefInteger.valueOf(java.lang.String s)
          Returns a new RefInteger object initialized to the value of the specified String.
static RefInteger RefInteger.valueOf(java.lang.String s, int radix)
          Returns a new RefInteger object initialized to the value of the specified String.