public class Object
Constructor and Description |
---|
Object() |
Modifier and Type | Method and Description |
---|---|
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) |
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–2024 OSGi Alliance. All rights reserved.