I would prefer if the various functions returned a java.util.List
(interface) this way we can return both Thread safe and non Thread safe
data.
You should be thinking about the interfaces rather than the implementations.
But it will break a lot of code no matter what the Vectors is replaced by.

- Kasper

----- Original Message -----
From: "Colin Chalmers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 6:50 PM
Subject: Re: Vectors vs ArrayList


> Does this mean that we should/will replace *all* vectors with ArrayLists
or
> only specific ones? Will this not break some code?
>
> /colin



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to