|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.String
An immutable string of characters.
Constructor Summary | |
String(char[] c,
int off,
int len)
|
Method Summary | |
boolean |
equals(Object other)
|
char[] |
toCharArray()
|
String |
toString()
Returns itself. |
static String |
valueOf(Object aObj)
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait |
Constructor Detail |
public String(char[] c, int off, int len)
Method Detail |
public char[] toCharArray()
public static String valueOf(Object aObj)
public String toString()
toString
in class Object
public boolean equals(Object other)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |