java.lang
Class Boolean
java.lang.Object
|
+--java.lang.Boolean
- public final class Boolean
- extends Object
Field Summary |
private final | value |
Constructor Summary |
Boolean(boolean value) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
private final boolean value
- References to the field:
- java/lang/Boolean.java 11
- java/lang/Boolean.java 19
public Boolean(boolean value)
- Click to Locals in the Constructor
- Call sites to the constructor:
- java/lang/Boolean.java 15
- junit/framework/Assert.java 133
- junit/framework/Assert.java 133
- Locals in the constructor:
- value: Line 11
booleanValue
public boolean booleanValue()
valueOf
public static Boolean valueOf(boolean b)
- Locals in the method:
- b Line 15