Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap

From: henk de wit <henk53602(at)hotmail(dot)com>
To: <danap(at)ttc-cmc(dot)net>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap
Date: 2012-05-06 19:22:48
Message-ID: COL104-W57D8CE0FA262C9E65B062FF5120@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Robin Rosenberg 2012-05-06 19:59:29 Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap
Previous Message dmp 2012-05-06 18:03:50 Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap