| Author |
hashtable
|
him jain
Ranch Hand
Joined: Feb 05, 2010
Posts: 56
|
|
hi..
I want to create a hashtable but I have two keys and one value.
means i have the unique pair of key to determine value.
Can you suggest me how to go for it?
I need an efficient solution.
Thanks.
|
--Himanshu Jain
http://jainhim.blogspot.com/
|
 |
Sridhar Santhanakrishnan
Ranch Hand
Joined: Mar 20, 2007
Posts: 317
|
|
1) Just create a class with the two keys as properties
2) use the class's objects as keys instead.
|
 |
 |
|
|
subject: hashtable
|
|
|