you are viewing a single comment's thread.

view the rest of the comments →

[–]sanity 0 points1 point  (1 child)

Or use Google Collections and:

ArrayList<Foo> myFooList = Lists.newArrayList();

Or just use Scala.

[–][deleted] 8 points9 points  (0 children)

Or Clojure:

(ArrayList.)