On 12 Aug 2001, Kevin A. Burton wrote:
> Has there been any documentation out about this?  I don't see why using the
> Collections API would increase performance.

Hashtable and Vector are fully synchronized whereas HashMap and ArrayList
are not.  To get a synchronized collection in the new API you use
Collectsion.synchronizedMap( ... ) or list or set depending on what you
want.

cheesr
dim

> 
> Kevin
> 
> - -- 
> Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )
>         Cell: 408-910-6145 URL: http://relativity.yi.org ICQ: 73488596 
> 
> Faced with the choice between changing one's mind, and proving that there is
> no need to do so - almost everyone gets busy on the proof.
>   -- John Kenneth Galbraith
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.4 (GNU/Linux)
> Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt
> 
> iD8DBQE7d3chAwM6xb2dfE0RAkobAJwNKACfW30qGYOehjJjYYftI9VS6QCgmSSs
> /hTXBxjzP3dwN0+iT25+97k=
> =VwzR
> -----END PGP SIGNATURE-----
> 
> 

Reply via email to