W
wheresjim
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?
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?