mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8286363: BigInteger.parallelMultiply missing @since 19
Reviewed-by: alanb, darcy
This commit is contained in:
parent
fa25733d76
commit
04bba07d65
1 changed files with 1 additions and 0 deletions
|
@ -1605,6 +1605,7 @@ public class BigInteger extends Number implements Comparable<BigInteger> {
|
|||
* @param val value to be multiplied by this BigInteger.
|
||||
* @return {@code this * val}
|
||||
* @see #multiply
|
||||
* @since 19
|
||||
*/
|
||||
public BigInteger parallelMultiply(BigInteger val) {
|
||||
return multiply(val, false, true, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue