java.lang.Object,
the class that is the root of the object hierarchy.
The class java.lang.object is
the root of the object hierarchy. As a class that contains native calls
into the JVM, this stub sample implementation is intended to be filled out into the complete class definition.
Definition at line 57 of file Object.java.
Public Member Functions | |
native Class | getClass () |
Native definition for java.lang.Object.getClass(). | |
native int | hashCode () |
Native definition for java.lang.Object.hashCode(). | |
native long | wait (long milliseconds) |
Native definition for java.lang.Object.wait(long). | |
native void | wait () |
Native definition for java.lang.Object.wait(). |
|
Native definition for
Class: java.lang.Object Method: getClass Signature: ()Ljava/lang/Class; |
|
Native definition for
Class: java.lang.Object Method: hashCode Signature: ()I |
|
Native definition for
Class: java.lang.Object Method: wait Signature: ()V |
|
Native definition for
Class: java.lang.Object Method: wait Signature: (J)V |