Package java.lang
Class Object
java.lang.Object
public class Object
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Object
public Object()
-
-
Method Details
-
clone
- Throws:
CloneNotSupportedException
-
equals
-
finalize
- Throws:
Throwable
-
getClass
-
hashCode
public int hashCode() -
notify
public final void notify() -
notifyAll
public final void notifyAll() -
toString
-
wait
- Throws:
InterruptedException
-
wait
- Throws:
InterruptedException
-
wait
- Throws:
InterruptedException
-