Please provide default impl for new methods on Collection/Map interfaces

Peter Reilly peter.kitt.reilly at gmail.com
Thu Sep 20 02:37:37 PDT 2012


Hi,

I have being playing with the lamdba build of jdk8 and it is very nice.

However, while attempting to compile some current code with the jdk8 compiler,
there were a small number of issues with code that implements some java.util
interfaces. The two that my code had problems with were Collection and Map.

I worked around this by compiling a custom version of lamdba with the
missing methods getting default implementation in
j.u.AbstractCollection and j.u.AbstractMap.


Peter


More information about the lambda-dev mailing list