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
CloneNotSupportedExceptionpublic 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
InterruptedExceptionpublic final void wait(long var0)
throws InterruptedException
InterruptedExceptionpublic final void wait(long var0,
int var1)
throws InterruptedException
InterruptedException