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 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.