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

From Hiroshi Saito
Subject Re: Fwd: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap
Date
Msg-id p0ytlv5552y3cbmiay5q9kru.1336948497544@email.android.com
Whole thread Raw
List pgsql-jdbc

Lew <noone@lewscanon.com>:

>Luis Flores wrote:
>> So, excluding the example above, it is a good thing to replace Vector by
>> List/ArrayList and Hashtable by Map/HashMap.
>> In some case LinkedList is better than ArrayList.
>
>Which is exactly why _usage_ of the list should be through the 'List'
>interface regardless of the implementation class.
>
>--
>Lew
>Honi soit qui mal y pense.
>http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg
>
>--
>Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
>To make changes to your subscription:
>http://www.postgresql.org/mailpref/pgsql-jdbc
>

pgsql-jdbc by date:

Previous
From: Lew
Date:
Subject: Re: Fwd: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap
Next
From: Mephysto
Date:
Subject: Re: Fwd: Postgres JDBC, WS and commit