Is it possible to convert a HashMap, where the value is a HashSet, to an Array? Such as:
HashMap<String, HashSet<String>>
into an Array. An example would be if the key (String) was "name" and the HashSet had two String values of "joe" and "bloggs", and getting it into a String array as {"name", "joe", "bloggs"}.
Thanks![Smile :) :)](/styles/default/xenforo/vbSmilies/Normal/smile.gif)
HashMap<String, HashSet<String>>
into an Array. An example would be if the key (String) was "name" and the HashSet had two String values of "joe" and "bloggs", and getting it into a String array as {"name", "joe", "bloggs"}.
Thanks
![Smile :) :)](/styles/default/xenforo/vbSmilies/Normal/smile.gif)