a patch for new default methods in Map + more

Doug Lea dl at cs.oswego.edu
Fri Jan 4 10:09:33 PST 2013


On 01/04/13 12:11, Peter Levart wrote:
> Hi,
>
> I propose a patch for some new default methods in j.u.Map and some more:
>
> http://dl.dropbox.com/u/101777488/jdk8-lambda/Map/webrev.02/index.html
>

Thanks for redoing these as a webrev!

>
> In conversation with Doug we came to conclusion that this is the best we can do
> (so far).

Just to emphasize, "the best we can do" means: meets specs, is
reasonably efficient, and is the least surprising that we can
make it for maps that allow null values.

-Doug




More information about the lambda-dev mailing list