Cryptix V3.1

java.lang
Class Object

java.lang.Object

public synchronized class Object


Constructor Summary
Object()
           
 
Method Summary
protected  Object clone()
           
 boolean equals(Object)
           
protected  void finalize()
           
 Class getClass()
           
 int hashCode()
           
 void notify()
           
 void notifyAll()
           
 String toString()
           
 void wait()
           
 void wait(long)
           
 void wait(long, int)
           
 

Constructor Detail

Object

public Object()
Method Detail

clone

protected Object clone()
                throws CloneNotSupportedException

equals

public boolean equals(Object)

finalize

protected void finalize()
                 throws Throwable

getClass

public final Class getClass()

hashCode

public int hashCode()

notify

public final void notify()

notifyAll

public final void notifyAll()

toString

public String toString()

wait

public final void wait()
                throws InterruptedException

wait

public final void wait(long)
                throws InterruptedException

wait

public final void wait(long,
                       int)
                throws InterruptedException

Cryptix V3.1

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.