android.text
Class AlteredCharSequence
java.lang.Object
android.text.AlteredCharSequence
- All Implemented Interfaces:
- GetChars, java.lang.CharSequence
public class AlteredCharSequence
- extends java.lang.Object
- implements java.lang.CharSequence, GetChars
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.