API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang. CharSequence View Source
Author(s)
Mike McCloskey
Since
1.4
Version
1.9 05/11/17
Serial
Hierarchy
 CharSequence
Subinterfaces
 Name
Description
public interface CharSequence
  A CharSequence is a readable sequence of char values.
See also:   
Methods
Hide/Show inherited methods
public char charAt (int index)
  Returns the char value at the specified index.
public int length ()
  Returns the length of this character sequence.
public CharSequence subSequence (int start, int end)
  Returns a new CharSequence that is a subsequence of this sequence.
public String toString ()
  Returns a string containing the characters in this sequence in the same order as this sequence.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar