android.text
Class AlteredCharSequence

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

public class AlteredCharSequence
extends Object
implements CharSequence, GetChars


Method Summary
 char charAt(int off)
           
 void getChars(int start, int end, char[] dest, int off)
           
 int length()
           
static AlteredCharSequence make(CharSequence source, char[] sub, int substart, int subend)
           
 CharSequence subSequence(int start, int end)
           
 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(CharSequence source,
                                       char[] sub,
                                       int substart,
                                       int subend)

charAt

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

length

public int length()
Specified by:
length in interface CharSequence

subSequence

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

getChars

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

toString

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


Copyright © 2008-2012. All Rights Reserved.