Hi, I need to convert a HashMap<String, Object> to an array; could anyone show me how it's done?
|
|
|
||||
|
|
|
|
||||||
|
|
|
If you want the keys and values, you can always do this via the
From each entry you can (of course) get both the key and value via the |
||
|
|
