Is there anything in VB that is similar to the hash table in Java? I have about 10,000 key and value pairs. They're stored in a text file. How can retrieve the value of a particlar key quickly without first converting them into a database?

Thanks!