Method Summary |
|
public boolean | booleanValue() Returns the value of this MutableBoolean as a boolean. |
public int | compareTo(Object obj) Compares this mutable to another in ascending order. |
public boolean | equals(Object obj) Compares this object to the specified object. |
public Object | getValue() Gets the value as a Boolean instance. |
public int | hashCode() Returns a suitable hashcode for this mutable. |
public void | setValue(boolean value) Sets the value. |
public void | setValue(Object value) Sets the value from any Boolean instance. |
public String | toString() Returns the String value of this mutable. |