Iterable/Iterator.stream()

Brian Goetz brian.goetz at oracle.com
Sun Mar 24 16:04:30 PDT 2013


> Given that writing a Spliterator is easier than writing an Iterator,
> I would prefer to just write a Spliterator instead of an Iterator (Iterator is so 90s :)

You're missing the point, though.  There are zillions of classes out there that *already* hand you an Iterator.  And many of them are not spliterator-ready.  



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