A
Alexander Mueller
Hello,
I have objects which I need to reference by two keys. Usually (with only
one key) a hashtable would be the obvious way, but unfortunately it only
supports one key. Of course I could run two hashtables with identical
values and different key types, but this doesnt seem to me to the best
solution. What would be the best way to approach that? Thanks.
I have objects which I need to reference by two keys. Usually (with only
one key) a hashtable would be the obvious way, but unfortunately it only
supports one key. Of course I could run two hashtables with identical
values and different key types, but this doesnt seem to me to the best
solution. What would be the best way to approach that? Thanks.