Tizen Developers

Menu
Sites
Language
Using HashMapT with String type

Is the HashMapT<> collection supposed to work with String type? I think the implementation that provides the hash code uses a simple cast to int and String isn't conversible. See /usr/include/osp/FBaseColHashMapT.h line 1323 in latest SDK.

Edited on 18 03, 2014

Responses

1 Replies
smith wil
If you want to use, String type for key, use the Construct() that acceptes HashCodeProvider