Dividing Streams.java

Doug Lea dl at cs.oswego.edu
Thu Apr 11 15:49:28 PDT 2013


On 04/11/13 13:51, Brian Goetz wrote:
> Joe quite correctly pointed out in the survey that Streams.java is a mix of two
> things for two audiences:
>
>   - Utility methods for users to generate streams, like intRange()
>   - Low level methods for library writers to generate streams from things like
> iterators or spliterators.
>

I'm not too tempted by this. Classes Collections and Arrays have lots
of stuff and people don't seem to complain.

-Doug



More information about the lambda-libs-spec-observers mailing list