File
Doc
Category
Size
Date
Package
AlteredCharSequence.java
API Doc
Android 5.1 API
762
Sat Mar 14 14:09:42 GMT 2015
android.text
AlteredCharSequence
java.lang.Object
public class AlteredCharSequence extends Object implements CharSequence, android.text.GetChars
Fields Summary
Constructors Summary
AlteredCharSequence
()
throw new RuntimeException("Stub!");
Methods Summary
public
char
charAt
(
int
off)
throw new RuntimeException("Stub!");
public void
getChars
(
int
start,
int
end,
char[]
dest,
int
off)
throw new RuntimeException("Stub!");
public
int
length
()
throw new RuntimeException("Stub!");
public static
android.text.AlteredCharSequence
make
(
java.lang.CharSequence
source,
char[]
sub,
int
substart,
int
subend)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
subSequence
(
int
start,
int
end)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
Java Code Source