ConcurrentMap.putIfAbsent(Object, Supplier)?

Philippe Marschall kustos at gmx.net
Sun May 26 11:30:51 UTC 2013



On 26.05.2013 13:25, Peter Levart wrote:
> Hi Philippe,
>
> I think you are looking for Map.computeIfAbsent(K, Supplier) which was
> added to Map interface recently.

Yes I am, thanks.

Philippe



More information about the core-libs-dev mailing list