Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap - Mailing list pgsql-jdbc

From henk de wit
Subject Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap
Date
Msg-id COL104-W57D8CE0FA262C9E65B062FF5120@phx.gbl
Whole thread Raw
In response to Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap  (dmp <danap@ttc-cmc.net>)
List pgsql-jdbc
> My JDK 6 documentation gives no indication that either Vector or Hashtable
> as being deprecated. Rather them being retrofitted into the Collectionss
> Framework at 1.2. The main difference being that as you said they are
> synchronized, which a developer may wish to have for that type of data
> structure.

They were indeed not officially deprecated as some other things in the JDK are, but they were most definitely 'effectively' deprecated. No programmer in his or her right might has used those structures since.

pgsql-jdbc by date:

Previous
From: dmp
Date:
Subject: Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap
Next
From: Robin Rosenberg
Date:
Subject: Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap