| Changed Methods
|
boolean isSupplementaryCodePoint(int)
|
Change from final to non-final.
|
|
boolean isSurrogatePair(char, char)
|
Change from final to non-final.
|
|
boolean isValidCodePoint(int)
|
Change from final to non-final.
|
|
int toCodePoint(char, char)
|
Change from final to non-final.
|
|
int codePointAt(char[], int)
|
Change from final to non-final.
|
|
int codePointAt(char[], int, int)
|
Change from final to non-final.
|
|
int codePointAt(CharSequence, int)
|
Change from final to non-final.
|
|
int codePointBefore(char[], int)
|
Change from final to non-final.
|
|
int codePointBefore(char[], int, int)
|
Change from final to non-final.
|
|
int codePointBefore(CharSequence, int)
|
Change from final to non-final.
|
|
String foldCase(String, int)
|
Change from final to non-final.
|
|
char[] toChars(int)
|
Change from final to non-final.
|
|
int toChars(int, char[], int)
|
Change from final to non-final.
|
|