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(). |
|
Native definition for
Class: java.lang.String Method: intern Signature: ()Ljava/lang/String; |