RFR 8020061: Clarify reporting characteristics between splits

2013-10-08 Thread Paul Sandoz
Hi, The following patch is a minor clarification to the documentation of Spliterator.characteristics(): http://hg.openjdk.java.net/lambda/lambda/jdk/rev/653d17f35169 Paul. --- a/src/share/classes/java/util/Spliterator.java Tue Oct 01 12:10:04 2013 +0200 +++

Re: RFR 8020061: Clarify reporting characteristics between splits

2013-10-08 Thread Chris Hegarty
Sorry Paul, I know the apiNote says for examples see ... but would you mind providing an example. I'm scratching my head. -Chris. On 10/08/2013 12:42 PM, Paul Sandoz wrote: Hi, The following patch is a minor clarification to the documentation of Spliterator.characteristics():

Re: RFR 8020061: Clarify reporting characteristics between splits

2013-10-08 Thread Paul Sandoz
On Oct 8, 2013, at 3:02 PM, Chris Hegarty chris.hega...@oracle.com wrote: Sorry Paul, I know the apiNote says for examples see ... but would you mind providing an example. I'm scratching my head. * @apiNote Most Spliterators for Collections, that cover all elements of a * {@code

Re: RFR 8020061: Clarify reporting characteristics between splits

2013-10-08 Thread Chris Hegarty
Thanks Paul. In which case, the spec clarifications seem fine. -Chris. On 10/08/2013 02:10 PM, Paul Sandoz wrote: On Oct 8, 2013, at 3:02 PM, Chris Hegarty chris.hega...@oracle.com wrote: Sorry Paul, I know the apiNote says for examples see ... but would you mind providing an example. I'm