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

Поиск
Список
Период
Сортировка
От henk de wit
Тема Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap
Дата
Msg-id COL104-W57D8CE0FA262C9E65B062FF5120@phx.gbl
обсуждение исходный текст
Ответ на Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap  (dmp <danap@ttc-cmc.net>)
Список 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 по дате отправления:

Предыдущее
От: dmp
Дата:
Сообщение: Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap
Следующее
От: Robin Rosenberg
Дата:
Сообщение: Re: Cleanup patch: Change from Vector/Hashtable to ArrayList/HashMap