java.lang
Class Object

java.lang.Object

public class Object


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

Constructor Detail

Object

public Object()
Method Detail

getClass

public Class getClass()

hashCode

public int hashCode()

equals

public boolean equals(Object obj)

notifyAll

public void notifyAll()

wait

public void wait()

wait

public void wait(long timeout)

notify

public void notify()

toString

public String toString()

finalize

protected void finalize()
                 throws Throwable
Throws:
Throwable

clone

protected Object clone()
                throws CloneNotSupportedException
Throws:
CloneNotSupportedException