Javadoc with new build [was Re: Build error on OSX]
Marc Petit-Huguenin
marc at petit-huguenin.org
Thu Nov 1 11:23:58 PDT 2012
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On 10/27/2012 05:42 PM, Brian Goetz wrote:
>> That come too late for me - as now that MapStream is no longer in the
>> API, JDK 1.8 becomes useless for my projects - but hopefully this will
>> help someone else.
>
> Are you sure? One of the reasons that we dropped MapStream is that a
> significant majority of its use cases are served by:
>
> map.entrySet().stream()
Not even talking about other MapStream sources (I yet have to use Map for
anything else than testing my algorithms), that forces to create new instances
of Map.SimpleImmutableEntry in each map step, making my code as ugly (and
probably inefficient) as it was with iteration 1.
I can live with that, but that becomes too difficult for other people who will
have to maintain it, and that's why I have to abandon jdk 1.8 for these
projects. I'll still use jdk 1.8 for prototyping though.
>
> or by Stream.reduceBy. If you've got use cases which think can't be
> handled, post 'em here and let us see.
>
- --
Marc Petit-Huguenin
Email: marc at petit-huguenin.org
Blog: http://blog.marc.petit-huguenin.org
Profile: http://www.linkedin.com/in/petithug
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJQkr49AAoJECnERZXWan7EfNkQANDw3QUnVmLl6Kkn3oYc0xcZ
bNYWF6fVnuV8z1tJjqBQPjM3cQEvYoASFqiTveTUS9U9iVdgD9n29OyRQ8zC23CA
NKBDZr8yCwqIR6Xubx84motNmFGb5GciCGu6jDFEhXAoKIWBUuHpibi5lmU4edGo
ZRP8pBOAySandvxaOD8TowfYeyA6zh1/f8xbq05+OHpWBIIKCn61QBqZNcC8usm4
mVxRFZhxRXPKRmTeVeAPlC9XizGL/xxrbPTwjOYcJL4QPaoVswBLkA7see8eN/ut
Hpl87zVSMfwsc5gxxQWtwJko3pIQ8ptUlIvz9xZ0c1B5ckn0KSr51qiEkjaSBi8v
FjOO953ZOSaQgNOQpWc51jYGN/4L8HhQYo2sn5xcxyBLqLbPSb5jfkwf93CJHMaE
glLX3bOmLSKnBQ2uEW77rN5r88A9BvuILBNW+p5eVvFsr6mC3PxUPmlx4M3KO3Hl
nGxUGKAQE2Dy6ZVtIqOlRR/hOvyQcODjDOgM3fB2F0Kz5VB6ajabN5TfRdp/4tvq
K8Nhk2o0D1E6GNPzEIXErXJfWedMqAy/YWrF3Z6iPLTVcwDGCGGmNkl40kI+wigW
DJsg7YW0gcHdkV4BAgeHwwBI2Kb5Cg/8EtymqH3MEWmEUkwiuCaZxJjZRkjKexwz
Ykc1Y3cBZwjAK0Qac4yR
=+T4Y
-----END PGP SIGNATURE-----
More information about the lambda-dev
mailing list