|
||||||||
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 | |
---|---|
int |
hashCode()
|
int |
length()
Get the length of the 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.Object
public int length()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |