Cleanup: StreamBuilder

Doug Lea dl at cs.oswego.edu
Mon Jul 8 12:19:49 PDT 2013


On 07/08/13 14:36, Brian Goetz wrote:

>   StreamBuilder -> Stream.Builder
>   StreamBuilder.OfXxx -> XxxStream.Builder
>

I vote yes. I always vote yes about nesting static classes
as much as you can as one way of improving chances of
coping when the world changes and you really want to
do something you hadn't planned.

-Doug



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