On Mon, 8 May 2023 23:28:18 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> I cannot tell the difference between `put_when_absent` and `put_if_absent`. >> Grammatically they mean the same thing to me. > > My preference is to eventually make 'put' be 'put-ifwhen-absent', so I don't > care which name you two pick. `put_when_known_absent`? A basic `put` should either add or replace; a `put_if_absent` should only add else do nothing. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13818#discussion_r1188049874