|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.java.lang.String
public class String
A java.lang.String implementation.
| Constructor Summary | |
|---|---|
String(char[] chars)
|
|
String(char[] chars,
int offset,
int count)
|
|
| Method Summary | |
|---|---|
java.lang.String |
asString()
Get the java.lang.String. |
int |
hashCode()
|
int |
length()
Get the length of the string. |
String |
toStringMethod()
The toString method. |
static String |
wrap(java.lang.String x)
Wrap a java.lang.String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public String(char[] chars)
public String(char[] chars,
int offset,
int count)
| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic int length()
public String toStringMethod()
public java.lang.String asString()
public static String wrap(java.lang.String x)
x - the string
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||