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