> On 19 Nov 2015, at 22:16, Michael Haupt <[email protected]> wrote:
>
> Hi John, Paul,
>
> thanks for your reviews - they have helped me polish the code and
> documentation some more and add some more tests. The result is at
> http://cr.openjdk.java.net/~mhaupt/8139885/webrev.02
> <http://cr.openjdk.java.net/~mhaupt/8139885/webrev.02>
>
I quickly browsed it. Looks ok.
> I noticed both of you emphasised how the Streams API helps the implementation
> - I second that. Streams "made my day" there. :-)
>
:-)
>> 3458 * The loop handle's result type is the same as the sole loop
>> variable's, i.e., the result type of {@code init}.
>>
>> s/variable’s/variable ?
>
> No; the genitive is intentional (result type = loop variable type, rather
> than result type = loop variable).
>
Doh, yes, now that I read it again.
Paul.