Boolean JDK 1.0

java.lang serializable

Synopsis^  ?
public final class Boolean implements Serializable {
// Public Constructors
    public Boolean( boolean value);  
    public Boolean( String s);  
// Public Constants
    public final static Boolean FALSE; 
    public final static Boolean TRUE; 
1.1 public final static Class TYPE; 
// Public Class Methods
    public static boolean getBoolean( String name);  
    public static Boolean valueOf( String s);  
// Public Instance Methods
    public boolean booleanValue( );  
// Public methods overriding Object
    public boolean equals( Object obj);  
    public int hashCode( );  
    public String toString( );  
}

Hierarchy^  ?

[Object]
   |
[Boolean]---<Serializable>

Inherited Properties^  ?
Object: class

Inherited Methods^  ?
Object: clone(), finalize(), notify(), notifyAll(), wait(), wait(), wait()

Returned By^  ?
Boolean.valueOf()

Type Of^  ?
Boolean.{FALSE, TRUE}

Uses^  ?
Class, Object, String, System

Used By^  ?
ClassLoader


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.