On Jul 15, 2015, at 2:20 PM, Paul Sandoz <[email protected]> wrote:
>> By the way currently it's possible to create an IteratorSpliterator
>> with estimated size:
>> 
>> Spliterators.spliterator(iterator, estimatedSize, Spliterator.CONCURRENT);
>> 
>> Of course it's a misuse of CONCURRENT flag, but it's not used
>> otherwisely by stream API, thus currently it has no unwanted
>> side-effects.
>> 
> 
> Very sneaky :-) but not something we cannot encourage.
> 

I meant to say:

  ... but something we cannot encourage.

Paul.

Reply via email to