public class Object
Constructor and Description |
---|
Object() |
protected Object clone() throws CloneNotSupportedException
CloneNotSupportedException
public boolean equals(Object var0)
public final Class getClass()
public int hashCode()
public final void notify()
public final void notifyAll()
public String toString()
public final void wait() throws InterruptedException
InterruptedException
public final void wait(long var0) throws InterruptedException
InterruptedException
public final void wait(long var0, int var1) throws InterruptedException
InterruptedException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.