Posted By:
Ed_Ox
Posted On:
Tuesday, September 18, 2001 08:52 AM
Hi, this might be a beginner question, but it's mine...
I need to store a simple key/value list.
Keys are always Strings and associated values can be anything (Object)
I need:
-to know if a key is in the list
-to retrieve the value matching a given key
Array, Vector, Hastable, ...
which one will best suits my needs ??
Note: Speed is more important for me than memory
Thanks