|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
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()
|
void |
wait(long timeout)
|
| Constructor Detail |
|---|
public Object()
| Method Detail |
|---|
public Class getClass()
public int hashCode()
public boolean equals(Object obj)
public void notifyAll()
public void wait()
public void wait(long timeout)
public void notify()
public String toString()
protected void finalize()
throws Throwable
Throwable
protected Object clone()
throws CloneNotSupportedException
CloneNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||