开发者

Can I use HashMaps in J2ME?

I cannot find much documentation about HashMaps in j2开发者_JS百科me. Does anyone have experience with this? How to create a HashMap?

Map map1 = new HashMap();

should work, right?


Only the Hashtable is available in Java ME API.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜