Foundation 1.1.2

Uses of Class
java.lang.Boolean

Packages that use Boolean
java.lang Provides classes that are fundamental to the design of the Java programming language. 
 

Uses of Boolean in java.lang
 

Fields in java.lang declared as Boolean
static Boolean Boolean.TRUE
          The Boolean object corresponding to the primitive value true.
static Boolean Boolean.FALSE
          The Boolean object corresponding to the primitive value false.
 

Methods in java.lang that return Boolean
static Boolean Boolean.valueOf(boolean b)
          Returns a Boolean instance representing the specified boolean value.
static Boolean Boolean.valueOf(String s)
          Returns a Boolean with a value represented by the specified String.
 


Foundation 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.