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, wait
chars, codePoints
public int length()
length
in interface CharSequence
public char charAt(int ix)
charAt
in interface CharSequence
public CharSequence subSequence(int from, int to)
subSequence
in interface CharSequence
public String toString()
toString
in interface CharSequence
toString
in class Object
Copyright © 2003–2016 Codehaus. All rights reserved.