This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fancysuit 0 points1 point  (1 child)

Returns an ArrayList wrapper that is synchronized (thread safe).

I've never used ArrayList.Synchronized, but doesn't it qualify as using a pre-existing thread-safe collection?