Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

java::lang::Object Class Reference


Detailed Description

Java class definition of 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().


Member Function Documentation

native Class java::lang::Object::getClass  ) 
 

Native definition for java.lang.Object.getClass().

       Class:     java.lang.Object
       Method:    getClass
       Signature: ()Ljava/lang/Class;
       

native int java::lang::Object::hashCode  ) 
 

Native definition for java.lang.Object.hashCode().

       Class:     java.lang.Object
       Method:    hashCode
       Signature: ()I
       

native void java::lang::Object::wait  ) 
 

Native definition for java.lang.Object.wait().

       Class:     java.lang.Object
       Method:    wait
       Signature: ()V
       

native long java::lang::Object::wait long  milliseconds  ) 
 

Native definition for java.lang.Object.wait(long).

       Class:     java.lang.Object
       Method:    wait
       Signature: (J)V
       


The documentation for this class was generated from the following file:
Generated on Fri Sep 30 18:51:09 2005 by  doxygen 1.4.4