dsimcha:
> One definite problem that I've just realized is that there's no putNext(T[]).
> What if you need to append another array to your ArrayAppender, not just a 
> single
> element?

Just add a simple method overload for that purpose, it's easy enough to do.
(the ArrayBuilder of my dlibs has this already, of course).

Bye,
bearophile

Reply via email to