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)
           
 
Method Summary
public booleanbooleanValue()
          
public static BooleanvalueOf(boolean b)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Field Detail

value

private final boolean value
References to the field:
java/lang/Boolean.java 11
java/lang/Boolean.java 19
Constructor Detail

Boolean

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
Method Detail

booleanValue

public boolean booleanValue()

valueOf

public static Boolean valueOf(boolean b)

Locals in the method:
b Line 15