which establishes that `collection.toArray(new X[0...
# random
p
which establishes that
collection.toArray(new X[0])
is considerably faster than
collection.toArray(new X[collection.size()])
in many cases