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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to