FileDocCategorySizeDatePackage
AlteredCharSequence.javaAPI DocAndroid 5.1 API762Sat Mar 14 14:09:42 GMT 2015android.text

AlteredCharSequence

public class AlteredCharSequence extends Object implements CharSequence, android.text.GetChars

Fields Summary
Constructors Summary
AlteredCharSequence()

 throw new RuntimeException("Stub!"); 
Methods Summary
public charcharAt(int off)

 throw new RuntimeException("Stub!"); 
public voidgetChars(int start, int end, char[] dest, int off)

 throw new RuntimeException("Stub!"); 
public intlength()

 throw new RuntimeException("Stub!"); 
public static android.text.AlteredCharSequencemake(java.lang.CharSequence source, char[] sub, int substart, int subend)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencesubSequence(int start, int end)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");