java > java.lang > java.lang.object >

Class: java.lang.Object
    java.lang.Object


public class Object


FIELDS:

CONSTRUCTORS:
public Object()


METHODS:
protected Object clone()
Throws: CloneNotSupportedException

public boolean equals(Object obj)

protected void finalize()
Throws: Throwable

public final Class getClass()

public int hashCode()

public final void notify()
Throws: IllegalMonitorStateException

public final void notifyAll()
Throws: IllegalMonitorStateException

public String toString()

public final void wait()
Throws: IllegalMonitorStateException
Throws: InterruptedException

public final void wait(long timeout)
Throws: IllegalArgumentException
Throws: IllegalMonitorStateException
Throws: InterruptedException

public final void wait(long timeout, int nanos)
Throws: IllegalArgumentException
Throws: IllegalMonitorStateException
Throws: InterruptedException


INHERITED METHODS:

SUBCLASSES:
1284 Classes





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net