|
RoboJDETM v1.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Boolean
Class to represent a boolean as an immutable object.
| Constructor Summary | |
Boolean(boolean value)
Constructs a Boolean object. |
|
| Method Summary | |
String |
toString()
Returns a String representation of this Boolean. |
static String |
toString(boolean value)
Returns a String representation of the specified boolean. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait |
| Constructor Detail |
public Boolean(boolean value)
value - boolean value| Method Detail |
public String toString()
toString in class Objectpublic static String toString(boolean value)
value - boolean value
|
RoboJDETM v1.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||