Foundation 1.1.2

Uses of Interface
java.lang.CharSequence

Packages that use CharSequence
java.lang Provides classes that are fundamental to the design of the Java programming language. 
 

Uses of CharSequence in java.lang
 

Classes in java.lang that implement CharSequence
 class String
          The String class represents character strings.
 class StringBuffer
          A string buffer implements a mutable sequence of characters.
 

Methods in java.lang that return CharSequence
 CharSequence StringBuffer.subSequence(int start, int end)
          Returns a new character sequence that is a subsequence of this sequence.
 CharSequence String.subSequence(int beginIndex, int endIndex)
          Returns a new character sequence that is a subsequence of this sequence.
 CharSequence CharSequence.subSequence(int start, int end)
          Returns a new character sequence that is a subsequence of this sequence.
 


Foundation 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.