java.lang
Class Object
java.lang.Object
public class Object
Object
public Object()
clone
protected Object clone()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
equals
public boolean equals(Object o)
finalize
protected void finalize()
throws Throwable
- Throws:
Throwable
getClass
public final Class<? extends Object> 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
- Throws:
InterruptedException
wait
public final void wait(long milliseconds)
throws InterruptedException
- Throws:
InterruptedException
wait
public final void wait(long milliseconds,
int nanoseconds)
throws InterruptedException
- Throws:
InterruptedException
http://oss.readytalk.com/avian