Uses of Class
rebuild.util.ref.RefBoolean

Packages that use RefBoolean
rebuild.util.ref   
 

Uses of RefBoolean in rebuild.util.ref
 

Fields in rebuild.util.ref declared as RefBoolean
static RefBoolean RefBoolean.FALSE
          The RefBoolean object corresponding to the primitive value false.
static RefBoolean RefBoolean.TRUE
          The RefBoolean object corresponding to the primitive value true.
 

Methods in rebuild.util.ref that return RefBoolean
 RefBoolean RefBoolean.clone()
          Create a clone of the current object.
 RefBoolean RefBoolean.setValue(boolean value)
          Set the value of this RefBoolean object with a boolean primitive.
 RefBoolean RefBoolean.setValue(java.lang.Boolean value)
          Set the value of this RefBoolean object with a Boolean.