RFR 8016139: PrimitiveIterator.forEachRemaining
Paul Sandoz
paul.sandoz at oracle.com
Fri Jun 7 16:26:19 UTC 2013
On Jun 7, 2013, at 5:35 PM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
> On 07/06/2013 10:05, Paul Sandoz wrote:
>> Hi,
>>
>> The following patch defines the abstract method PrimitiveIterator.forEachRemaining. This is now consistent with Spliterator.OfPrimitive and there may be cases in the future where this is useful and if we don't do it now it becomes difficult to do so later on.
>>
>> http://cr.openjdk.java.net/~psandoz/tl/JDK-8016139-primIter.forEachRem/webrev/
>>
>> CCC is in progress.
>>
>> Paul.
> Looks fine to me.
Thanks.
> I guess I would have intented the second/subsequent line of the @param description or alternative put in a blank line before the next tag, just to make it obvious where the description ends.
>
I will update with indentation.
Paul.
More information about the core-libs-dev
mailing list