commit | 4293e554dbdc7aae8f965b8da96be03219584a17 | [log] [tgz] |
---|---|---|
author | Shubham Ajmera <shubhamajmera@google.com> | Fri Mar 25 18:31:18 2016 +0000 |
committer | Shubham Ajmera <shubhamajmera@google.com> | Fri Mar 25 18:31:18 2016 +0000 |
tree | 0cb168ccd04575a2a4efca90f2d07acd915224c2 | |
parent | 72dd79fa41fad71a14bb82eb830c927299d92d02 [diff] |
Add OpenJDK Arrays parallelSetAll methods Adds parallelSetAll(int[], java.util.function.IntUnaryOperator), parallelSetAll(long[], java.util.function.IntToLongFunction), parallelSetAll(double[], java.util.function.IntToDoubleFunction), parallelSetAll(T[], java.util.function.IntFunction<? extends T>) from the upstream along with the corresponding tests. Bug: 27540010 Change-Id: Iaa4a0749d8bb95ea8a0072a43bfbd6d6f459ff28