java.lang
Class Object

java.lang.Object

public class Object


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

Constructor Detail

Object

public Object()
Method Detail

clone

protected Object clone()
                throws CloneNotSupportedException
Throws:
CloneNotSupportedException

equals

public boolean equals(Object var0)

finalize

protected void finalize()
                 throws Throwable
Throws:
Throwable

getClass

public final Class 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 var0)
                throws InterruptedException
Throws:
InterruptedException

wait

public final void wait(long var0,
                       int var1)
                throws InterruptedException
Throws:
InterruptedException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.