StringCharSequence

String in java is implementing the interface CharSequence

Constructors

this
this(String str)
Undocumented in source.

Members

Functions

charAt
char charAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
subSequence
CharSequence subSequence(int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CharSequence

charAt
char charAt(int index)
Undocumented in source.
length
int length()
Undocumented in source.
subSequence
CharSequence subSequence(int start, int end)
Undocumented in source.
toString
String toString()
Undocumented in source.

Meta