String | JDK 1.0 |
java.lang | serializable comparable |
Synopsis | ^ ? |
public final class | String implements Serializable, Comparable { |
// Public Constructors |
![]() |
); |
![]() |
String value); |
![]() |
StringBuffer buffer); |
![]() |
byte[ ] bytes); |
![]() |
char[ ] value); |
![]() |
byte[ ] bytes, String enc) throws UnsupportedEncodingException; |
![]() |
char[ ] value, int offset, int count); |
![]() |
byte[ ] bytes, int offset, int length); |
![]() |
byte[ ] bytes, int offset, int length, String enc) throws UnsupportedEncodingException; |
// Public Constants |
![]() |
// Public Class Methods |
![]() |
char[ ] data); |
![]() |
char[ ] data, int offset, int count); |
![]() |
Object obj); |
![]() |
long l); |
![]() |
char[ ] data); |
![]() |
boolean b); |
![]() |
double d); |
![]() |
char c); |
![]() |
int i); |
![]() |
float f); |
![]() |
char[ ] data, int offset, int count); |
// Property Accessor Methods (by property name) |
![]() |
); |
![]() |
String enc) throws UnsupportedEncodingException; |
// Public Instance Methods |
![]() |
int index); |
![]() |
String anotherString); |
![]() |
String str); |
![]() |
String str); |
![]() |
String suffix); |
![]() |
String anotherString); |
![]() |
int srcBegin, int srcEnd, char[ ] dst, int dstBegin); |
![]() |
String str); |
![]() |
int ch); |
![]() |
String str, int fromIndex); |
![]() |
int ch, int fromIndex); |
![]() |
); | native |
![]() |
int ch); |
![]() |
String str); |
![]() |
String str, int fromIndex); |
![]() |
int ch, int fromIndex); |
![]() |
); |
![]() |
int toffset, String other, int ooffset, int len); |
![]() |
boolean ignoreCase, int toffset, String other, int ooffset, int len); |
![]() |
char oldChar, char newChar); |
![]() |
String prefix); |
![]() |
String prefix, int toffset); |
![]() |
int beginIndex); |
![]() |
int beginIndex, int endIndex); |
![]() |
); |
![]() |
); |
![]() |
Locale locale); |
![]() |
); |
![]() |
Locale locale); |
![]() |
); |
// Methods implementing Comparable |
![]() |
Object o); |
// Public methods overriding Object |
![]() |
Object anObject); |
![]() |
); |
![]() |
); |
// Deprecated Methods |
![]() |
int srcBegin, int srcEnd, byte[ ] dst, int dstBegin); |
![]() |
byte[ ] ascii, int hibyte); |
![]() |
byte[ ] ascii, int hibyte, int offset, int count); |
} |
Hierarchy | ^ ? |
![]() | Object | ![]() | ![]() | ![]() | Comparable | ![]() |
![]() | ![]() | |||||
![]() | String | ![]() | ![]() | ![]() | Serializable | ![]() |
JavaBeans Properties | ^ ? |
Name | Type | Access | Default | Flags |
bytes | byte[ ] | get | read-only |
Inherited Properties | ^ ? |
Object: | class |
Inherited Methods | ^ ? |
Object: | clone(), finalize(), notify(), notifyAll(), wait(), wait(), wait() |
Passed To | ^ ? |
Returned By | ^ ? |
Uses | ^ ? |
Used By | ^ ? |