<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Christoph --<div><br></div><div>It looks strange that you want to make a private interface public by providing a convenience constructor. For the few cases, where you actually want to initialize a Bag with specific counts ... maybe really just use #setContents:? I mean, I would not want to promote this interface that much.</div><div><br></div><div>Would you elaborate on the scenario?</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div>
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 13.11.2021 02:29:24 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Collections was added to project The Inbox:<br>http://source.squeak.org/inbox/Collections-ct.962.mcz<br><br>==================== Summary ====================<br><br>Name: Collections-ct.962<br>Author: ct<br>Time: 13 November 2021, 2:29:12.457577 am<br>UUID: 762c672f-abb5-194e-9f54-14cce19aa7f9<br>Ancestors: Collections-pre.961<br><br>Adds convenience constructor to Bag.<br><br>       Bag newFromContents: (Dictionary new at: #mon put: 7; at: #tue put: 2; at: #wed put: 4; yourself).<br><br>=============== Diff against Collections-pre.961 ===============<br><br>Item was added:<br>+ ----- Method: Bag class>>newFromContents: (in category 'instance creation') -----<br>+ newFromContents: aDictionary<br>+ <br>+     ^ self new setContents: aDictionary!<br><br><br></div></blockquote></div>