java.lang
Class Object
java.lang.Object
- public synchronized class Object
Object
public Object()
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
Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.