android.text
Class AlteredCharSequence

java.lang.Object
  extended by android.text.AlteredCharSequence
All Implemented Interfaces:
GetChars, java.lang.CharSequence

public class AlteredCharSequence
extends java.lang.Object
implements java.lang.CharSequence, GetChars


Method Summary
 char charAt(int off)
           
 void getChars(int start, int end, char[] dest, int off)
           
 int length()
           
static AlteredCharSequence make(java.lang.CharSequence source, char[] sub, int substart, int subend)
           
 java.lang.CharSequence subSequence(int start, int end)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

make

public static AlteredCharSequence make(java.lang.CharSequence source,
                                       char[] sub,
                                       int substart,
                                       int subend)

charAt

public char charAt(int off)
Specified by:
charAt in interface java.lang.CharSequence

length

public int length()
Specified by:
length in interface java.lang.CharSequence

subSequence

public java.lang.CharSequence subSequence(int start,
                                          int end)
Specified by:
subSequence in interface java.lang.CharSequence

getChars

public void getChars(int start,
                     int end,
                     char[] dest,
                     int off)
Specified by:
getChars in interface GetChars

toString

public java.lang.String toString()
Specified by:
toString in interface java.lang.CharSequence
Overrides:
toString in class java.lang.Object


Copyright © 2008-2010. All Rights Reserved.