cinetec_tech Posted October 11, 2014 Posted October 11, 2014 hi: I found the map allways been sort. which is i don't want to be. example: int maptest[]=("c":"ccc","b":"bbb","d":"ddd"); log.message(maptest.get(0)+" "+maptest.key(0)); in this case, of course i want to print the first key "c" and "ccc" the result is "bbb" and "b" is there anyway to not sort the map? thanks
ulf.schroeter Posted October 11, 2014 Posted October 11, 2014 Don't think so, sorting is the key for fast lookups.
Recommended Posts