java.lang

Class Object

public class Object

Constructor Summary
Object()
Method Summary
protected Objectclone()
booleanequals(Object obj)
protected voidfinalize()
ClassgetClass()
inthashCode()
voidnotify()
voidnotifyAll()
StringtoString()
voidwait(long timeout)
voidwait(long timeout, int nanos)
voidwait()

Constructor Detail

Object

public Object()

Method Detail

clone

protected Object clone()

equals

public boolean equals(Object obj)

finalize

protected void finalize()

getClass

public final Class getClass()

hashCode

public int hashCode()

notify

public final void notify()

notifyAll

public final void notifyAll()

toString

public String toString()

wait

public final void wait(long timeout)

wait

public final void wait(long timeout, int nanos)

wait

public final void wait()