Object JDK 1.0

java.lang

Synopsis^  ?
public class Object {
// Public Constructors
    public Object( ); empty 
// Property Accessor Methods (by property name)
    public final Class getClass( ); native 
// Public Instance Methods
    public boolean equals( Object obj);  
    public int hashCode( ); native 
    public final void notify( ); native 
    public final void notifyAll( ); native 
    public String toString( );  
    public final void wait( ) throws InterruptedException;  
    public final void wait( long timeout) throws InterruptedException; native 
    public final void wait( long timeout, int nanos) throws InterruptedException;  
// Protected Instance Methods
    protected Object clone( ) throws CloneNotSupportedException; native 
    protected void finalize( ) throws Throwable; empty 
}

Hierarchy^  ?

[Object]

Subclasses^  ?
Boolean, Character, Character$Subset, Class, ClassLoader, Compiler, Math, Number, Package, Process, Runtime, SecurityManager, String, StringBuffer, System, Thread, ThreadGroup, ThreadLocal, Throwable, Void

JavaBeans Properties^  ?

  Name    Type    Access    Default    Flags  
  class    Class    get     read-only   

Passed To^  ?
Boolean.equals(), Byte.{compareTo(), equals()}, Character.{compareTo(), equals()}, Character$Subset.equals(), Class.isInstance(), ClassLoader.setSigners(), Comparable.compareTo(), Compiler.command(), Double.{compareTo(), equals()}, Float.{compareTo(), equals()}, InheritableThreadLocal.childValue(), Integer.{compareTo(), equals()}, Long.{compareTo(), equals()}, Object.equals(), SecurityManager.{checkConnect(), checkPermission(), checkRead(), checkTopLevelWindow()}, Short.{compareTo(), equals()}, String.{compareTo(), equals(), valueOf()}, StringBuffer.{append(), insert()}, System.{arraycopy(), identityHashCode()}, ThreadLocal.set()

Returned By^  ?
Class.{getSigners(), newInstance()}, Compiler.command(), InheritableThreadLocal.childValue(), Object.clone(), SecurityManager.getSecurityContext(), ThreadLocal.{get(), initialValue()}

Uses^  ?
Class, CloneNotSupportedException, IllegalArgumentException, Integer, InterruptedException, String, StringBuffer, Throwable

Used By^  ?
Boolean, Byte, Character, Character$Subset, Class, ClassLoader, Comparable, Compiler, Double, Float, InheritableThreadLocal, Integer, Long, Math, Number, Package, Process, Runtime, SecurityManager, Short, String, StringBuffer, System, Thread, ThreadGroup, ThreadLocal, Throwable, Void


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

This file may not be distributed on the Internet.