public class ClassName extends Object implements CharSequence
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int ix) |
boolean |
equals(Object o) |
int |
hashCode() |
int |
length() |
CharSequence |
subSequence(int from,
int to) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitchars, codePointspublic int length()
length in interface CharSequencepublic char charAt(int ix)
charAt in interface CharSequencepublic CharSequence subSequence(int from, int to)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class ObjectCopyright © 2003–2016 Codehaus. All rights reserved.