Integrated: 7903328: Introduce a new method 'clear' in interface 'Multiset'

Guoxiong Li gli at openjdk.org
Mon Sep 26 09:56:42 UTC 2022


On Sun, 25 Sep 2022 15:10:18 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch adds a method named `clear` in interface `Multset` and implements the method in its sub-class. A corresponding test case is added and all the test passed locally.
> 
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: fbcc4ac9
Author:    Guoxiong Li <gli at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jmh/commit/fbcc4ac99c22c2da8a62edeb4fb30941c61610fa
Stats:     73 lines in 4 files changed: 70 ins; 0 del; 3 mod

7903328: Introduce a new method 'clear' in interface 'Multiset'

Reviewed-by: shade

-------------

PR: https://git.openjdk.org/jmh/pull/81


More information about the jmh-dev mailing list