mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8342650: Move getChars to DecimalDigits
Reviewed-by: liach
This commit is contained in:
parent
ca69a53b76
commit
e1d684c645
12 changed files with 405 additions and 376 deletions
|
@ -2648,14 +2648,6 @@ public final class System {
|
|||
return str.coder();
|
||||
}
|
||||
|
||||
public int getCharsLatin1(long i, int index, byte[] buf) {
|
||||
return StringLatin1.getChars(i, index, buf);
|
||||
}
|
||||
|
||||
public int getCharsUTF16(long i, int index, byte[] buf) {
|
||||
return StringUTF16.getChars(i, index, buf);
|
||||
}
|
||||
|
||||
public String join(String prefix, String suffix, String delimiter, String[] elements, int size) {
|
||||
return String.join(prefix, suffix, delimiter, elements, size);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue