Avian v0.3

java.lang
Class Object

java.lang.Object

public class Object


Constructor Summary
Object()
           
 
Method Summary
protected  Object clone()
           
 boolean equals(Object o)
           
protected  void finalize()
           
 Class<? extends Object> getClass()
           
 int hashCode()
           
 void notify()
           
 void notifyAll()
           
 String toString()
           
 void wait()
           
 void wait(long milliseconds)
           
 void wait(long milliseconds, int nanoseconds)
           
 

Constructor Detail

Object

public Object()
Method Detail

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

Avian v0.3

http://oss.readytalk.com/avian