I cannot find much documentation about HashMaps in j2me. Does anyone have experience with this? How to create a HashMap?
Map map1 = new HashMap();
should work, right?
I cannot find much documentation about HashMaps in j2me. Does anyone have experience with this? How to create a HashMap?
Map map1 = new HashMap();
should work, right?