Antoine Levy-Lambert wrote:
> Isn't there a danger in using a non-synchronized class ?
> Otherwise I can gladly switch to ArrayList.
> Antoine
There are wrappers for that (Collections.synchronizedXXX(XXX xxx)
XXX = Collection , List, Map, Set, SortedMap or SortedSet.
So that should not be an issue. (That is, if synchronization is an issue)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|