|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Boolean
public class 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 valueMethod Detail |
---|
public String toString()
toString
in class Object
public static String toString(boolean value)
value
- boolean value
|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |