I have been looking through the api for an hour or two now, and have
not really found what I am looking for. I'd like an object that is
sort of a cross between a HashTable and a List. Basically a HashTable
that stores objects in the order in which they are placed into it, or a
List that you can access value Objects by key. I'm about to write my
own, but just wondered of there is anything I missed?
Paul Hamaker - 14 Mar 2006 22:16 GMT
LinkedHashMap
--------------------
Paul Hamaker, SEMM, teaching ICT since 1987
http://javalessons.com
wheresjim - 14 Mar 2006 22:21 GMT
Ahh, great. Many thanks!
hilz - 14 Mar 2006 23:43 GMT
> Ahh, great. Many thanks!
In addition, you can look here for a list of the available collections
implementations :
http://java.sun.com/docs/books/tutorial/collections/implementations/index.html