java.lang
public class Object
| Constructor Summary | |
|---|---|
| Object() | |
| Method Summary | |
|---|---|
| protected Object | clone() |
| boolean | equals(Object obj) |
| protected void | finalize() |
| Class | getClass() |
| int | hashCode() |
| void | notify() |
| void | notifyAll() |
| String | toString() |
| void | wait(long timeout) |
| void | wait(long timeout, int nanos) |
| void | wait() |