java.lang
Class Object
java.lang.Object
- public synchronized class Object
Object
public Object()
registerNatives
private static void registerNatives()
getClass
public final Class getClass()
hashCode
public int hashCode()
equals
public boolean equals(Object)
clone
protected Object clone()
throws CloneNotSupportedException
CloneNotSupportedException
toString
public String toString()
notify
public final void notify()
notifyAll
public final void notifyAll()
wait
public final void wait(long)
throws InterruptedException
InterruptedException
wait
public final void wait(long,
int)
throws InterruptedException
InterruptedException
wait
public final void wait()
throws InterruptedException
InterruptedException
finalize
protected void finalize()
throws Throwable
Throwable
static void ()