Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 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.
 


CDC 1.1.2

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.