Can I use a hash table?

Question

Is exist hash map class in Symbian

Answer

No. A hash has quite high memory usage compared to a tree, and Symbian is meant for memory-constrained devices.

Use the supplied TBTree instead. If you don't have too much the data, the log(n) performance is sufficient, and if you do have much data you can't use a hash because of the memory use anyway :-)