Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

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.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.