Save This Page
Home » apache-harmony-6.0-src-r917296-snapshot » java » lang » [javadoc | source]
java.lang
public class: Object [javadoc | source]
java.lang.Object
Method from java.lang.Object Summary:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.lang.Object Detail:
 protected Object clone() throws CloneNotSupportedException 
 public boolean equals(Object object) 
 protected  void finalize() throws Throwable 
 public final Class<Object> getClass() 
 public int hashCode() 
 public final  void notify() 
 public final  void notifyAll() 
 public String toString() 
 public final  void wait() throws InterruptedException 
 public final  void wait(long millis) throws InterruptedException 
 public final  void wait(long millis,
    int nanos) throws InterruptedException