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

java::lang::String Class Reference


Detailed Description

Java class definition of java.lang.String, the Java pseudo-primative class for defining and manipulating variable-length groups of characters.

The class java.lang.String contains fields of multiple Unicode (jchar) characters and methods for manipulating them. 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 59 of file String.java.

Public Member Functions

native String intern ()
 Native definition for java.lang.String.intern().


Member Function Documentation

native String java::lang::String::intern  ) 
 

Native definition for java.lang.String.intern().

       Class:     java.lang.String
       Method:    intern
       Signature: ()Ljava/lang/String;
       


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