android.text
Class AlteredCharSequence
java.lang.Object
android.text.AlteredCharSequence
- All Implemented Interfaces:
- GetChars, CharSequence
public class AlteredCharSequence
- extends Object
- implements CharSequence, GetChars
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.