Loading api/current.txt +6 −6 Original line number Diff line number Diff line Loading @@ -46536,12 +46536,12 @@ package android.telephony.mbms { package android.text { public class AlteredCharSequence implements java.lang.CharSequence android.text.GetChars { method public char charAt(int); method public void getChars(int, int, char[], int); method public int length(); method public static android.text.AlteredCharSequence make(CharSequence, char[], int, int); method public CharSequence subSequence(int, int); @Deprecated public class AlteredCharSequence implements java.lang.CharSequence android.text.GetChars { method @Deprecated public char charAt(int); method @Deprecated public void getChars(int, int, char[], int); method @Deprecated public int length(); method @Deprecated public static android.text.AlteredCharSequence make(CharSequence, char[], int, int); method @Deprecated public CharSequence subSequence(int, int); } @Deprecated public class AndroidCharacter { core/java/android/text/AlteredCharSequence.java +3 −1 Original line number Diff line number Diff line Loading @@ -16,12 +16,14 @@ package android.text; // XXX should this really be in the public API at all? /** * An AlteredCharSequence is a CharSequence that is largely mirrored from * another CharSequence, except that a specified range of characters are * mirrored from a different char array instead. * * @deprecated The functionality this class offers is easily implemented outside the framework. */ @Deprecated public class AlteredCharSequence implements CharSequence, GetChars { Loading Loading
api/current.txt +6 −6 Original line number Diff line number Diff line Loading @@ -46536,12 +46536,12 @@ package android.telephony.mbms { package android.text { public class AlteredCharSequence implements java.lang.CharSequence android.text.GetChars { method public char charAt(int); method public void getChars(int, int, char[], int); method public int length(); method public static android.text.AlteredCharSequence make(CharSequence, char[], int, int); method public CharSequence subSequence(int, int); @Deprecated public class AlteredCharSequence implements java.lang.CharSequence android.text.GetChars { method @Deprecated public char charAt(int); method @Deprecated public void getChars(int, int, char[], int); method @Deprecated public int length(); method @Deprecated public static android.text.AlteredCharSequence make(CharSequence, char[], int, int); method @Deprecated public CharSequence subSequence(int, int); } @Deprecated public class AndroidCharacter {
core/java/android/text/AlteredCharSequence.java +3 −1 Original line number Diff line number Diff line Loading @@ -16,12 +16,14 @@ package android.text; // XXX should this really be in the public API at all? /** * An AlteredCharSequence is a CharSequence that is largely mirrored from * another CharSequence, except that a specified range of characters are * mirrored from a different char array instead. * * @deprecated The functionality this class offers is easily implemented outside the framework. */ @Deprecated public class AlteredCharSequence implements CharSequence, GetChars { Loading