Re: RFR : 8025910 : (s) Rename Stream.substream(long) - skip(long) and remove substream(long, long)

2013-10-16 Thread Paul Sandoz
Looks good with Henry's correction (that i missed the first time around!). Paul. On Oct 15, 2013, at 10:18 PM, Mike Duigou mike.dui...@oracle.com wrote: Hello all; As promised on the lambda-libs-spec-experts mailing list I have prepared a changeset which renames the single arg substream()

RFR : 8025910 : (s) Rename Stream.substream(long) - skip(long) and remove substream(long, long)

2013-10-15 Thread Mike Duigou
Hello all; As promised on the lambda-libs-spec-experts mailing list I have prepared a changeset which renames the single arg substream() to skip() and remove the two arg substream() method (aka slice). The rationale behind these changes is: - skip() is easier for new users to locate than

Re: RFR : 8025910 : (s) Rename Stream.substream(long) - skip(long) and remove substream(long, long)

2013-10-15 Thread Mike Duigou
Thanks, I will make that correction to all of the primitive streams. (cut and paste error) Mike On Oct 15 2013, at 14:13 , Henry Jen henry@oracle.com wrote: On 10/15/2013 01:18 PM, Mike Duigou wrote: Hello all; As promised on the lambda-libs-spec-experts mailing list I have prepared a