java.lang
Interface CharSequence

All Known Implementing Classes:
String

public interface CharSequence


Method Summary
 char charAt(int i)
           
 int length()
           
 CharSequence subSequence(int start, int end)
           
 String toString()
           
 

Method Detail

charAt

char charAt(int i)

length

int length()

subSequence

CharSequence subSequence(int start,
                         int end)

toString

String toString()
Overrides:
toString in class Object