String

A java.lang.String implementation.

Methods
static String wrap(String x)
Wrap a java.lang.String.
static String wrap(String x)
Wrap a java.lang.String.
Parameters:
x - the string
Returns:
the object
String asString()
Get the java.lang.String.
String asString()
Get the java.lang.String.
Returns:
the string
int hashCode()
int hashCode()
int length()
Get the length of the string.
int length()
Get the length of the string.
Returns:
the length
String toStringMethod()
The toString method.
String toStringMethod()
The toString method.
Returns:
the string

Fields
static char[] chars

chars

The character array.